Shades of Turquoise #42FBDB
Tints of Turquoise #42FBDB
RGB
CMYK
RGB Variations
Color information
#42FBDB (or 0x42FBDB) is known color: Turquoise. HEX triplet: 42, FB and DB. RGB value is (66,251,219). Sum of RGB (Red+Green+Blue) = 66+251+219=536 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.31% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FBDB is #BD0424. Grayscale: #BFBFBF. Windows color (decimal): -12387365 or 14416706. OLE color: 14416706.
HSL color Cylindrical-coordinate representation of color #42FBDB: hue angle of 169.62º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FBDB is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 219 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.02 |
| HSL | 169.62º | 0.96% | 0.62% | - |
| HSV(B) | 169.62º | 0.74% | 0.98% | - |
| XYZ | 49.53 | 75.27 | 78.94 | - |
| YUV | 192.04 | 143.21 | 38.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 219 | 0.74 | 0 | 0.13 | 0.02 | 169.62 | 0.96 | 0.62 |
| Hex | 42 | FB | DB | 4A | 0 | D | 2 | AA | 60 | 3E |
| Octal | 102 | 373 | 333 | 112 | 0 | 15 | 2 | 252 | 140 | 76 |
| Binary | 1000010 | 11111011 | 11011011 | 1001010 | 0 | 1101 | 10 | 10101010 | 1100000 | 111110 |
Color Harmonies of #42FBDB
Complementary color
Monochromatic Colors of #42FBDB
Black with #42FBDB
Text Example
Text Example
White with #42FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FBDB; }
p { color: rgb(66,251,219); }
H1.HeaderClassName
{
color: #42FBDB;
}
.AnyTagClassName
{
color: #42FBDB;
}
</style>
background-color css
<style>
a { background-color: #42FBDB; }
a { background-color: rgb(66,251,219); }
div.DivClassName
{
background-color: #42FBDB;
}
.BgClassName
{
background-color: #42FBDB;
}
</style>
border-color css
<style>
span { border-color: #42FBDB; }
span { border-color: rgb(66,251,219); }
td.TdClassName
{
border-color: #42FBDB;
}
.TagClassName
{
border-color: #42FBDB;
}
</style>