Html Css Color HEX #42E0DB Turquoise

📋 copy color: '#42E0DB'

red 66 ◦ green 224 ◦ blue 219

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

Shades of Turquoise #42E0DB

Tints of Turquoise #42E0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 12.97%
G = 44.01%
B = 43.03%

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

#42E0DB (or 0x42E0DB) is known color: Turquoise. HEX triplet: 42, E0 and DB. RGB value is (66,224,219). Sum of RGB (Red+Green+Blue) = 66+224+219=509 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.97% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #42E0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E0DB is #BD1F24. Grayscale: #B0B0B0. Windows color (decimal): -12394277 or 14409794. OLE color: 14409794.

HSL color Cylindrical-coordinate representation of color #42E0DB: hue angle of 178.1º 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 #42E0DB is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 224 219 -
CMYK 0.71 0 0.02 0.12
HSL 178.1º 0.72% 0.57% -
HSV(B) 178.1º 0.71% 0.88% -
XYZ 41.69 59.58 76.32 -
YUV 176.19 152.15 49.41 -
System Red Green Blue C M Y K H S L
Decimal 66 224 219 0.71 0 0.02 0.12 178.1 0.72 0.57
Hex 42 E0 DB 47 0 2 C B2 48 39
Octal 102 340 333 107 0 2 14 262 110 71
Binary 1000010 11100000 11011011 1000111 0 10 1100 10110010 1001000 111001

Color Harmonies of #42E0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E0DB

Black with #42E0DB

Text Example


Text Example

White with #42E0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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