Html Css Color HEX #42DBDB Turquoise

📋 copy color: '#42DBDB'

red 66 ◦ green 219 ◦ blue 219

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

Shades of Turquoise #42DBDB

Tints of Turquoise #42DBDB

RGB

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

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

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

R = 13.1%
G = 43.45%
B = 43.45%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#42DBDB (or 0x42DBDB) is known color: Turquoise. HEX triplet: 42, DB and DB. RGB value is (66,219,219). Sum of RGB (Red+Green+Blue) = 66+219+219=504 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.10% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #42DBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DBDB is #BD2424. Grayscale: #ADADAD. Windows color (decimal): -12395557 or 14408514. OLE color: 14408514.

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

Color convert

RGB 66 219 219 -
CMYK 0.70 0 0 0.14
HSL 180º 0.68% 0.56% -
HSV(B) 180º 0.7% 0.86% -
XYZ 40.36 56.94 75.88 -
YUV 173.25 153.81 51.5 -
System Red Green Blue C M Y K H S L
Decimal 66 219 219 0.70 0 0 0.14 180 0.68 0.56
Hex 42 DB DB 46 0 0 E B4 44 38
Octal 102 333 333 106 0 0 16 264 104 70
Binary 1000010 11011011 11011011 1000110 0 0 1110 10110100 1000100 111000

Color Harmonies of #42DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DBDB

Black with #42DBDB

Text Example


Text Example

White with #42DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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