Html Css Color HEX #43E0D2 Turquoise

📋 copy color: '#43E0D2'

red 67 ◦ green 224 ◦ blue 210

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

Shades of Turquoise #43E0D2

Tints of Turquoise #43E0D2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.71%

 BLUE value IS 210 (82.42% from 255) = 41.92%

R = 13.37%
G = 44.71%
B = 41.92%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#43E0D2 (or 0x43E0D2) is known color: Turquoise. HEX triplet: 43, E0 and D2. RGB value is (67,224,210). Sum of RGB (Red+Green+Blue) = 67+224+210=501 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.37% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #43E0D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E0D2 is #BC1F2D. Grayscale: #AFAFAF. Windows color (decimal): -12328750 or 13819971. OLE color: 13819971.

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

Color convert

RGB 67 224 210 -
CMYK 0.70 0 0.06 0.12
HSL 174.65º 0.72% 0.57% -
HSV(B) 174.65º 0.7% 0.88% -
XYZ 40.6 59.16 70.25 -
YUV 175.46 147.49 50.64 -
System Red Green Blue C M Y K H S L
Decimal 67 224 210 0.70 0 0.06 0.12 174.65 0.72 0.57
Hex 43 E0 D2 46 0 6 C AF 48 39
Octal 103 340 322 106 0 6 14 257 110 71
Binary 1000011 11100000 11010010 1000110 0 110 1100 10101111 1001000 111001

Color Harmonies of #43E0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43E0D2

Black with #43E0D2

Text Example


Text Example

White with #43E0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,224,210); }

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

background-color css

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

 a { background-color: rgb(67,224,210); }

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

border-color css

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

 span { border-color: rgb(67,224,210); }

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