Html Css Color HEX #42DBC2 Turquoise

📋 copy color: '#42DBC2'

red 66 ◦ green 219 ◦ blue 194

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

Shades of Turquoise #42DBC2

Tints of Turquoise #42DBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.5%

R = 13.78%
G = 45.72%
B = 40.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#42DBC2 (or 0x42DBC2) is known color: Turquoise. HEX triplet: 42, DB and C2. RGB value is (66,219,194). Sum of RGB (Red+Green+Blue) = 66+219+194=479 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.78% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #42DBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DBC2 is #BD243D. Grayscale: #AAAAAA. Windows color (decimal): -12395582 or 12770114. OLE color: 12770114.

HSL color Cylindrical-coordinate representation of color #42DBC2: hue angle of 170.2º 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 #42DBC2 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 219 194 -
CMYK 0.70 0 0.11 0.14
HSL 170.2º 0.68% 0.56% -
HSV(B) 170.2º 0.7% 0.86% -
XYZ 37.32 55.72 59.83 -
YUV 170.4 141.31 53.53 -
System Red Green Blue C M Y K H S L
Decimal 66 219 194 0.70 0 0.11 0.14 170.2 0.68 0.56
Hex 42 DB C2 46 0 B E AA 44 38
Octal 102 333 302 106 0 13 16 252 104 70
Binary 1000010 11011011 11000010 1000110 0 1011 1110 10101010 1000100 111000

Color Harmonies of #42DBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DBC2

Black with #42DBC2

Text Example


Text Example

White with #42DBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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