Shades of Turquoise #42DEF8
Tints of Turquoise #42DEF8
RGB
CMYK
RGB Variations
Color information
#42DEF8 (or 0x42DEF8) is known color: Turquoise. HEX triplet: 42, DE and F8. RGB value is (66,222,248). Sum of RGB (Red+Green+Blue) = 66+222+248=536 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.31% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #42DEF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DEF8 is #BD2107. Grayscale: #B2B2B2. Windows color (decimal): -12394760 or 16309826. OLE color: 16309826.
HSL color Cylindrical-coordinate representation of color #42DEF8: hue angle of 188.57º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42DEF8 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 222 | 248 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.03 |
| HSL | 188.57º | 0.93% | 0.62% | - |
| HSV(B) | 188.57º | 0.73% | 0.97% | - |
| XYZ | 45.31 | 60.18 | 98.03 | - |
| YUV | 178.32 | 167.32 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 222 | 248 | 0.73 | 0.10 | 0 | 0.03 | 188.57 | 0.93 | 0.62 |
| Hex | 42 | DE | F8 | 49 | A | 0 | 3 | BD | 5D | 3E |
| Octal | 102 | 336 | 370 | 111 | 12 | 0 | 3 | 275 | 135 | 76 |
| Binary | 1000010 | 11011110 | 11111000 | 1001001 | 1010 | 0 | 11 | 10111101 | 1011101 | 111110 |
Color Harmonies of #42DEF8
Complementary color
Monochromatic Colors of #42DEF8
Black with #42DEF8
Text Example
Text Example
White with #42DEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DEF8; }
p { color: rgb(66,222,248); }
H1.HeaderClassName
{
color: #42DEF8;
}
.AnyTagClassName
{
color: #42DEF8;
}
</style>
background-color css
<style>
a { background-color: #42DEF8; }
a { background-color: rgb(66,222,248); }
div.DivClassName
{
background-color: #42DEF8;
}
.BgClassName
{
background-color: #42DEF8;
}
</style>
border-color css
<style>
span { border-color: #42DEF8; }
span { border-color: rgb(66,222,248); }
td.TdClassName
{
border-color: #42DEF8;
}
.TagClassName
{
border-color: #42DEF8;
}
</style>