Shades of Turquoise Blue #42DBFF
Tints of Turquoise Blue #42DBFF
RGB
CMYK
RGB Variations
Color information
#42DBFF (or 0x42DBFF) is known color: Turquoise Blue. HEX triplet: 42, DB and FF. RGB value is (66,219,255). Sum of RGB (Red+Green+Blue) = 66+219+255=540 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.22% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #42DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DBFF is #BD2400. Grayscale: #B1B1B1. Windows color (decimal): -12395521 or 16767810. OLE color: 16767810.
HSL color Cylindrical-coordinate representation of color #42DBFF: hue angle of 191.43º 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 #42DBFF is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 219 | 255 | - |
| CMYK | 0.74 | 0.14 | 0 | 0 |
| HSL | 191.43º | 1% | 0.63% | - |
| HSV(B) | 191.43º | 0.74% | 1% | - |
| XYZ | 45.63 | 59.04 | 103.6 | - |
| YUV | 177.36 | 171.81 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 255 | 0.74 | 0.14 | 0 | 0 | 191.43 | 1 | 0.63 |
| Hex | 42 | DB | FF | 4A | E | 0 | 0 | BF | 64 | 3F |
| Octal | 102 | 333 | 377 | 112 | 16 | 0 | 0 | 277 | 144 | 77 |
| Binary | 1000010 | 11011011 | 11111111 | 1001010 | 1110 | 0 | 0 | 10111111 | 1100100 | 111111 |
Color Harmonies of #42DBFF
Complementary color
Monochromatic Colors of #42DBFF
Black with #42DBFF
Text Example
Text Example
White with #42DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBFF; }
p { color: rgb(66,219,255); }
H1.HeaderClassName
{
color: #42DBFF;
}
.AnyTagClassName
{
color: #42DBFF;
}
</style>
background-color css
<style>
a { background-color: #42DBFF; }
a { background-color: rgb(66,219,255); }
div.DivClassName
{
background-color: #42DBFF;
}
.BgClassName
{
background-color: #42DBFF;
}
</style>
border-color css
<style>
span { border-color: #42DBFF; }
span { border-color: rgb(66,219,255); }
td.TdClassName
{
border-color: #42DBFF;
}
.TagClassName
{
border-color: #42DBFF;
}
</style>