Html Css Color HEX #42E9D2 Turquoise

📋 copy color: '#42E9D2'

red 66 ◦ green 233 ◦ blue 210

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

Shades of Turquoise #42E9D2

Tints of Turquoise #42E9D2

RGB

 RED value IS 66 (26.17% from 255) = 12.97%

 GREEN value IS 233 (91.41% from 255) = 45.78%

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

R = 12.97%
G = 45.78%
B = 41.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#42E9D2 (or 0x42E9D2) is known color: Turquoise. HEX triplet: 42, E9 and D2. RGB value is (66,233,210). Sum of RGB (Red+Green+Blue) = 66+233+210=509 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.97% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #42E9D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E9D2 is #BD162D. Grayscale: #B4B4B4. Windows color (decimal): -12391982 or 13822274. OLE color: 13822274.

HSL color Cylindrical-coordinate representation of color #42E9D2: hue angle of 171.74º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E9D2 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 233 210 -
CMYK 0.72 0 0.10 0.09
HSL 171.74º 0.79% 0.59% -
HSV(B) 171.74º 0.72% 0.91% -
XYZ 43.02 64.09 71.08 -
YUV 180.45 144.67 46.37 -
System Red Green Blue C M Y K H S L
Decimal 66 233 210 0.72 0 0.10 0.09 171.74 0.79 0.59
Hex 42 E9 D2 48 0 A 9 AC 4F 3B
Octal 102 351 322 110 0 12 11 254 117 73
Binary 1000010 11101001 11010010 1001000 0 1010 1001 10101100 1001111 111011

Color Harmonies of #42E9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E9D2

Black with #42E9D2

Text Example


Text Example

White with #42E9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42E9D2; }

 p { color: rgb(66,233,210); }

 H1.HeaderClassName
 {
   color: #42E9D2;
 }
 .AnyTagClassName
 {
   color: #42E9D2;
 }
</style>

background-color css

<style>
 a { background-color: #42E9D2; }

 a { background-color: rgb(66,233,210); }

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

border-color css

<style>
 span { border-color: #42E9D2; }

 span { border-color: rgb(66,233,210); }

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