Shades of Turquoise #42FFDB
Tints of Turquoise #42FFDB
RGB
CMYK
RGB Variations
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
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>