Html Css Color HEX #42E0DC Turquoise

📋 copy color: '#42E0DC'

red 66 ◦ green 224 ◦ blue 220

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

Shades of Turquoise #42E0DC

Tints of Turquoise #42E0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 12.94%
G = 43.92%
B = 43.14%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#42E0DC (or 0x42E0DC) is known color: Turquoise. HEX triplet: 42, E0 and DC. RGB value is (66,224,220). Sum of RGB (Red+Green+Blue) = 66+224+220=510 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.94% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #42E0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E0DC is #BD1F23. Grayscale: #B0B0B0. Windows color (decimal): -12394276 or 14475330. OLE color: 14475330.

HSL color Cylindrical-coordinate representation of color #42E0DC: hue angle of 178.48º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E0DC is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 224 220 -
CMYK 0.71 0 0.02 0.12
HSL 178.48º 0.72% 0.57% -
HSV(B) 178.48º 0.71% 0.88% -
XYZ 41.82 59.64 77.02 -
YUV 176.3 152.65 49.33 -
System Red Green Blue C M Y K H S L
Decimal 66 224 220 0.71 0 0.02 0.12 178.48 0.72 0.57
Hex 42 E0 DC 47 0 2 C B2 48 39
Octal 102 340 334 107 0 2 14 262 110 71
Binary 1000010 11100000 11011100 1000111 0 10 1100 10110010 1001000 111001

Color Harmonies of #42E0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E0DC

Black with #42E0DC

Text Example


Text Example

White with #42E0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,224,220); }

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

background-color css

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

 a { background-color: rgb(66,224,220); }

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

border-color css

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

 span { border-color: rgb(66,224,220); }

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