Html Css Color HEX #42FFDB Turquoise

📋 copy color: '#42FFDB'

red 66 ◦ green 255 ◦ blue 219

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

Shades of Turquoise #42FFDB

Tints of Turquoise #42FFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 47.22%

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

R = 12.22%
G = 47.22%
B = 40.56%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#42FFDB (or 0x42FFDB) is known color: Turquoise. HEX triplet: 42, FF and DB. RGB value is (66,255,219). Sum of RGB (Red+Green+Blue) = 66+255+219=540 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.22% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FFDB is #BD0024. Grayscale: #C2C2C2. Windows color (decimal): -12386341 or 14417730. OLE color: 14417730.

HSL color Cylindrical-coordinate representation of color #42FFDB: hue angle of 168.57º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FFDB is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 66 255 219 -
CMYK 0.74 0 0.14 0
HSL 168.57º 1% 0.63% -
HSV(B) 168.57º 0.74% 1% -
XYZ 50.79 77.79 79.36 -
YUV 194.39 141.88 36.43 -
System Red Green Blue C M Y K H S L
Decimal 66 255 219 0.74 0 0.14 0 168.57 1 0.63
Hex 42 FF DB 4A 0 E 0 A9 64 3F
Octal 102 377 333 112 0 16 0 251 144 77
Binary 1000010 11111111 11011011 1001010 0 1110 0 10101001 1100100 111111

Color Harmonies of #42FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FFDB

Black with #42FFDB

Text Example


Text Example

White with #42FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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