Shades of Turquoise Blue #42DAFE
Tints of Turquoise Blue #42DAFE
RGB
CMYK
RGB Variations
Color information
#42DAFE (or 0x42DAFE) is known color: Turquoise Blue. HEX triplet: 42, DA and FE. RGB value is (66,218,254). Sum of RGB (Red+Green+Blue) = 66+218+254=538 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.27% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #42DAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DAFE is #BD2501. Grayscale: #B0B0B0. Windows color (decimal): -12395778 or 16702018. OLE color: 16702018.
HSL color Cylindrical-coordinate representation of color #42DAFE: hue angle of 191.49º 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 #42DAFE is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 218 | 254 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.00 |
| HSL | 191.49º | 0.99% | 0.63% | - |
| HSV(B) | 191.49º | 0.74% | 1% | - |
| XYZ | 45.21 | 58.46 | 102.67 | - |
| YUV | 176.66 | 171.64 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 254 | 0.74 | 0.14 | 0 | 0.00 | 191.49 | 0.99 | 0.63 |
| Hex | 42 | DA | FE | 4A | E | 0 | 0 | BF | 63 | 3F |
| Octal | 102 | 332 | 376 | 112 | 16 | 0 | 0 | 277 | 143 | 77 |
| Binary | 1000010 | 11011010 | 11111110 | 1001010 | 1110 | 0 | 0 | 10111111 | 1100011 | 111111 |
Color Harmonies of #42DAFE
Complementary color
Monochromatic Colors of #42DAFE
Black with #42DAFE
Text Example
Text Example
White with #42DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DAFE; }
p { color: rgb(66,218,254); }
H1.HeaderClassName
{
color: #42DAFE;
}
.AnyTagClassName
{
color: #42DAFE;
}
</style>
background-color css
<style>
a { background-color: #42DAFE; }
a { background-color: rgb(66,218,254); }
div.DivClassName
{
background-color: #42DAFE;
}
.BgClassName
{
background-color: #42DAFE;
}
</style>
border-color css
<style>
span { border-color: #42DAFE; }
span { border-color: rgb(66,218,254); }
td.TdClassName
{
border-color: #42DAFE;
}
.TagClassName
{
border-color: #42DAFE;
}
</style>