Shades of Turquoise Blue #42DBFB
Tints of Turquoise Blue #42DBFB
RGB
CMYK
RGB Variations
Color information
#42DBFB (or 0x42DBFB) is known color: Turquoise Blue. HEX triplet: 42, DB and FB. RGB value is (66,219,251). Sum of RGB (Red+Green+Blue) = 66+219+251=536 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.31% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #42DBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DBFB is #BD2404. Grayscale: #B0B0B0. Windows color (decimal): -12395525 or 16505666. OLE color: 16505666.
HSL color Cylindrical-coordinate representation of color #42DBFB: hue angle of 190.38º 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 #42DBFB is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 219 | 251 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.02 |
| HSL | 190.38º | 0.96% | 0.62% | - |
| HSV(B) | 190.38º | 0.74% | 0.98% | - |
| XYZ | 44.99 | 58.79 | 100.24 | - |
| YUV | 176.9 | 169.81 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 251 | 0.74 | 0.13 | 0 | 0.02 | 190.38 | 0.96 | 0.62 |
| Hex | 42 | DB | FB | 4A | D | 0 | 2 | BE | 60 | 3E |
| Octal | 102 | 333 | 373 | 112 | 15 | 0 | 2 | 276 | 140 | 76 |
| Binary | 1000010 | 11011011 | 11111011 | 1001010 | 1101 | 0 | 10 | 10111110 | 1100000 | 111110 |
Color Harmonies of #42DBFB
Complementary color
Monochromatic Colors of #42DBFB
Black with #42DBFB
Text Example
Text Example
White with #42DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBFB; }
p { color: rgb(66,219,251); }
H1.HeaderClassName
{
color: #42DBFB;
}
.AnyTagClassName
{
color: #42DBFB;
}
</style>
background-color css
<style>
a { background-color: #42DBFB; }
a { background-color: rgb(66,219,251); }
div.DivClassName
{
background-color: #42DBFB;
}
.BgClassName
{
background-color: #42DBFB;
}
</style>
border-color css
<style>
span { border-color: #42DBFB; }
span { border-color: rgb(66,219,251); }
td.TdClassName
{
border-color: #42DBFB;
}
.TagClassName
{
border-color: #42DBFB;
}
</style>