Html Css Color HEX #43E1CC Turquoise

📋 copy color: '#43E1CC'

red 67 ◦ green 225 ◦ blue 204

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

Shades of Turquoise #43E1CC

Tints of Turquoise #43E1CC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.36%

 BLUE value IS 204 (80.08% from 255) = 41.13%

R = 13.51%
G = 45.36%
B = 41.13%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#43E1CC (or 0x43E1CC) is known color: Turquoise. HEX triplet: 43, E1 and CC. RGB value is (67,225,204). Sum of RGB (Red+Green+Blue) = 67+225+204=496 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.51% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #43E1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E1CC is #BC1E33. Grayscale: #AFAFAF. Windows color (decimal): -12328500 or 13427011. OLE color: 13427011.

HSL color Cylindrical-coordinate representation of color #43E1CC: hue angle of 172.03º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43E1CC is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 67 225 204 -
CMYK 0.70 0 0.09 0.12
HSL 172.03º 0.72% 0.57% -
HSV(B) 172.03º 0.7% 0.88% -
XYZ 40.14 59.4 66.48 -
YUV 175.36 144.15 50.71 -
System Red Green Blue C M Y K H S L
Decimal 67 225 204 0.70 0 0.09 0.12 172.03 0.72 0.57
Hex 43 E1 CC 46 0 9 C AC 48 39
Octal 103 341 314 106 0 11 14 254 110 71
Binary 1000011 11100001 11001100 1000110 0 1001 1100 10101100 1001000 111001

Color Harmonies of #43E1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43E1CC

Black with #43E1CC

Text Example


Text Example

White with #43E1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,225,204); }

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

background-color css

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

 a { background-color: rgb(67,225,204); }

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

border-color css

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

 span { border-color: rgb(67,225,204); }

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