Html Css Color HEX #43E1CB Turquoise

📋 copy color: '#43E1CB'

red 67 ◦ green 225 ◦ blue 203

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

Shades of Turquoise #43E1CB

Tints of Turquoise #43E1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 13.54%
G = 45.45%
B = 41.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#43E1CB (or 0x43E1CB) is known color: Turquoise. HEX triplet: 43, E1 and CB. RGB value is (67,225,203). Sum of RGB (Red+Green+Blue) = 67+225+203=495 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.54% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #43E1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E1CB is #BC1E34. Grayscale: #AFAFAF. Windows color (decimal): -12328501 or 13361475. OLE color: 13361475.

HSL color Cylindrical-coordinate representation of color #43E1CB: hue angle of 171.65º 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 #43E1CB is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 67 225 203 -
CMYK 0.70 0 0.10 0.12
HSL 171.65º 0.72% 0.57% -
HSV(B) 171.65º 0.7% 0.88% -
XYZ 40.02 59.36 65.85 -
YUV 175.25 143.65 50.79 -
System Red Green Blue C M Y K H S L
Decimal 67 225 203 0.70 0 0.10 0.12 171.65 0.72 0.57
Hex 43 E1 CB 46 0 A C AC 48 39
Octal 103 341 313 106 0 12 14 254 110 71
Binary 1000011 11100001 11001011 1000110 0 1010 1100 10101100 1001000 111001

Color Harmonies of #43E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43E1CB

Black with #43E1CB

Text Example


Text Example

White with #43E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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