Html Css Color HEX #43CBDC Medium Turquoise

📋 copy color: '#43CBDC'

red 67 ◦ green 203 ◦ blue 220

#43CBDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #43CBDC

Tints of Medium Turquoise #43CBDC

RGB

 RED value IS 67 (26.56% from 255) = 13.67%

 GREEN value IS 203 (79.69% from 255) = 41.43%

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 13.67%
G = 41.43%
B = 44.9%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#43CBDC (or 0x43CBDC) is known color: Medium Turquoise. HEX triplet: 43, CB and DC. RGB value is (67,203,220). Sum of RGB (Red+Green+Blue) = 67+203+220=490 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.67% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #43CBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBDC is #BC3423. Grayscale: #A4A4A4. Windows color (decimal): -12334116 or 14469955. OLE color: 14469955.

HSL color Cylindrical-coordinate representation of color #43CBDC: hue angle of 186.67º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43CBDC is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 203 220 -
CMYK 0.70 0.08 0 0.14
HSL 186.67º 0.69% 0.56% -
HSV(B) 186.67º 0.7% 0.86% -
XYZ 36.59 49.07 75.25 -
YUV 164.27 159.44 58.62 -
System Red Green Blue C M Y K H S L
Decimal 67 203 220 0.70 0.08 0 0.14 186.67 0.69 0.56
Hex 43 CB DC 46 8 0 E BB 45 38
Octal 103 313 334 106 10 0 16 273 105 70
Binary 1000011 11001011 11011100 1000110 1000 0 1110 10111011 1000101 111000

Color Harmonies of #43CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CBDC

Black with #43CBDC

Text Example


Text Example

White with #43CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43CBDC; }

 p { color: rgb(67,203,220); }

 H1.HeaderClassName
 {
   color: #43CBDC;
 }
 .AnyTagClassName
 {
   color: #43CBDC;
 }
</style>

background-color css

<style>
 a { background-color: #43CBDC; }

 a { background-color: rgb(67,203,220); }

 div.DivClassName
 {
   background-color: #43CBDC;
 }
 .BgClassName
 {
   background-color: #43CBDC;
 }
</style>

border-color css

<style>
 span { border-color: #43CBDC; }

 span { border-color: rgb(67,203,220); }

 td.TdClassName
 {
   border-color: #43CBDC;
 }
 .TagClassName
 {
   border-color: #43CBDC;
 }
</style>