Html Css Color HEX #42DBD0 Turquoise

📋 copy color: '#42DBD0'

red 66 ◦ green 219 ◦ blue 208

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

Shades of Turquoise #42DBD0

Tints of Turquoise #42DBD0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.42%

 BLUE value IS 208 (81.64% from 255) = 42.19%

R = 13.39%
G = 44.42%
B = 42.19%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#42DBD0 (or 0x42DBD0) is known color: Turquoise. HEX triplet: 42, DB and D0. RGB value is (66,219,208). Sum of RGB (Red+Green+Blue) = 66+219+208=493 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.39% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #42DBD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DBD0 is #BD242F. Grayscale: #ABABAB. Windows color (decimal): -12395568 or 13687618. OLE color: 13687618.

HSL color Cylindrical-coordinate representation of color #42DBD0: hue angle of 175.69º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DBD0 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 219 208 -
CMYK 0.70 0 0.05 0.14
HSL 175.69º 0.68% 0.56% -
HSV(B) 175.69º 0.7% 0.86% -
XYZ 38.96 56.38 68.5 -
YUV 172 148.31 52.39 -
System Red Green Blue C M Y K H S L
Decimal 66 219 208 0.70 0 0.05 0.14 175.69 0.68 0.56
Hex 42 DB D0 46 0 5 E B0 44 38
Octal 102 333 320 106 0 5 16 260 104 70
Binary 1000010 11011011 11010000 1000110 0 101 1110 10110000 1000100 111000

Color Harmonies of #42DBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DBD0

Black with #42DBD0

Text Example


Text Example

White with #42DBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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