Html Css Color HEX #42E2D9 Turquoise

📋 copy color: '#42E2D9'

red 66 ◦ green 226 ◦ blue 217

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

Shades of Turquoise #42E2D9

Tints of Turquoise #42E2D9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.4%

 BLUE value IS 217 (85.16% from 255) = 42.63%

R = 12.97%
G = 44.4%
B = 42.63%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#42E2D9 (or 0x42E2D9) is known color: Turquoise. HEX triplet: 42, E2 and D9. RGB value is (66,226,217). Sum of RGB (Red+Green+Blue) = 66+226+217=509 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.97% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 226 - color contains mainly: green. Hex color #42E2D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E2D9 is #BD1D26. Grayscale: #B1B1B1. Windows color (decimal): -12393767 or 14279234. OLE color: 14279234.

HSL color Cylindrical-coordinate representation of color #42E2D9: hue angle of 176.62º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E2D9 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 226 217 -
CMYK 0.71 0 0.04 0.11
HSL 176.63º 0.73% 0.57% -
HSV(B) 176.63º 0.71% 0.89% -
XYZ 41.97 60.56 75.12 -
YUV 177.13 150.49 48.73 -
System Red Green Blue C M Y K H S L
Decimal 66 226 217 0.71 0 0.04 0.11 176.63 0.73 0.57
Hex 42 E2 D9 47 0 4 B B1 49 39
Octal 102 342 331 107 0 4 13 261 111 71
Binary 1000010 11100010 11011001 1000111 0 100 1011 10110001 1001001 111001

Color Harmonies of #42E2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E2D9

Black with #42E2D9

Text Example


Text Example

White with #42E2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,226,217); }

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

background-color css

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

 a { background-color: rgb(66,226,217); }

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

border-color css

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

 span { border-color: rgb(66,226,217); }

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