Html Css Color HEX #42DBBA Turquoise

📋 copy color: '#42DBBA'

red 66 ◦ green 219 ◦ blue 186

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

Shades of Turquoise #42DBBA

Tints of Turquoise #42DBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 14.01%
G = 46.5%
B = 39.49%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#42DBBA (or 0x42DBBA) is known color: Turquoise. HEX triplet: 42, DB and BA. RGB value is (66,219,186). Sum of RGB (Red+Green+Blue) = 66+219+186=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #42DBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DBBA is #BD2445. Grayscale: #A9A9A9. Windows color (decimal): -12395590 or 12245826. OLE color: 12245826.

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

Color convert

RGB 66 219 186 -
CMYK 0.70 0 0.15 0.14
HSL 167.06º 0.68% 0.56% -
HSV(B) 167.06º 0.7% 0.86% -
XYZ 36.44 55.37 55.22 -
YUV 169.49 137.31 54.18 -
System Red Green Blue C M Y K H S L
Decimal 66 219 186 0.70 0 0.15 0.14 167.06 0.68 0.56
Hex 42 DB BA 46 0 F E A7 44 38
Octal 102 333 272 106 0 17 16 247 104 70
Binary 1000010 11011011 10111010 1000110 0 1111 1110 10100111 1000100 111000

Color Harmonies of #42DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DBBA

Black with #42DBBA

Text Example


Text Example

White with #42DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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