Shades of Turquoise Blue #42DBFE
Tints of Turquoise Blue #42DBFE
RGB
CMYK
RGB Variations
Color information
#42DBFE (or 0x42DBFE) is known color: Turquoise Blue. HEX triplet: 42, DB and FE. RGB value is (66,219,254). Sum of RGB (Red+Green+Blue) = 66+219+254=539 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.24% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #42DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DBFE is #BD2401. Grayscale: #B0B0B0. Windows color (decimal): -12395522 or 16702274. OLE color: 16702274.
HSL color Cylindrical-coordinate representation of color #42DBFE: hue angle of 191.17º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42DBFE is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 219 | 254 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.00 |
| HSL | 191.17º | 0.99% | 0.63% | - |
| HSV(B) | 191.17º | 0.74% | 1% | - |
| XYZ | 45.47 | 58.98 | 102.75 | - |
| YUV | 177.24 | 171.31 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 254 | 0.74 | 0.14 | 0 | 0.00 | 191.17 | 0.99 | 0.63 |
| Hex | 42 | DB | FE | 4A | E | 0 | 0 | BF | 63 | 3F |
| Octal | 102 | 333 | 376 | 112 | 16 | 0 | 0 | 277 | 143 | 77 |
| Binary | 1000010 | 11011011 | 11111110 | 1001010 | 1110 | 0 | 0 | 10111111 | 1100011 | 111111 |
Color Harmonies of #42DBFE
Complementary color
Monochromatic Colors of #42DBFE
Black with #42DBFE
Text Example
Text Example
White with #42DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBFE; }
p { color: rgb(66,219,254); }
H1.HeaderClassName
{
color: #42DBFE;
}
.AnyTagClassName
{
color: #42DBFE;
}
</style>
background-color css
<style>
a { background-color: #42DBFE; }
a { background-color: rgb(66,219,254); }
div.DivClassName
{
background-color: #42DBFE;
}
.BgClassName
{
background-color: #42DBFE;
}
</style>
border-color css
<style>
span { border-color: #42DBFE; }
span { border-color: rgb(66,219,254); }
td.TdClassName
{
border-color: #42DBFE;
}
.TagClassName
{
border-color: #42DBFE;
}
</style>