Shades of Turquoise Blue #42DBFA
Tints of Turquoise Blue #42DBFA
RGB
CMYK
RGB Variations
Color information
#42DBFA (or 0x42DBFA) is known color: Turquoise Blue. HEX triplet: 42, DB and FA. RGB value is (66,219,250). Sum of RGB (Red+Green+Blue) = 66+219+250=535 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.34% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #42DBFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DBFA is #BD2405. Grayscale: #B0B0B0. Windows color (decimal): -12395526 or 16440130. OLE color: 16440130.
HSL color Cylindrical-coordinate representation of color #42DBFA: hue angle of 190.11º degrees, saturation: 0.95, 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 #42DBFA is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 219 | 250 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.02 |
| HSL | 190.11º | 0.95% | 0.62% | - |
| HSV(B) | 190.11º | 0.74% | 0.98% | - |
| XYZ | 44.83 | 58.72 | 99.41 | - |
| YUV | 176.79 | 169.31 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 250 | 0.74 | 0.12 | 0 | 0.02 | 190.11 | 0.95 | 0.62 |
| Hex | 42 | DB | FA | 4A | C | 0 | 2 | BE | 5F | 3E |
| Octal | 102 | 333 | 372 | 112 | 14 | 0 | 2 | 276 | 137 | 76 |
| Binary | 1000010 | 11011011 | 11111010 | 1001010 | 1100 | 0 | 10 | 10111110 | 1011111 | 111110 |
Color Harmonies of #42DBFA
Complementary color
Monochromatic Colors of #42DBFA
Black with #42DBFA
Text Example
Text Example
White with #42DBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBFA; }
p { color: rgb(66,219,250); }
H1.HeaderClassName
{
color: #42DBFA;
}
.AnyTagClassName
{
color: #42DBFA;
}
</style>
background-color css
<style>
a { background-color: #42DBFA; }
a { background-color: rgb(66,219,250); }
div.DivClassName
{
background-color: #42DBFA;
}
.BgClassName
{
background-color: #42DBFA;
}
</style>
border-color css
<style>
span { border-color: #42DBFA; }
span { border-color: rgb(66,219,250); }
td.TdClassName
{
border-color: #42DBFA;
}
.TagClassName
{
border-color: #42DBFA;
}
</style>