Shades of Turquoise #42F8E8
Tints of Turquoise #42F8E8
RGB
CMYK
RGB Variations
Color information
#42F8E8 (or 0x42F8E8) is known color: Turquoise. HEX triplet: 42, F8 and E8. RGB value is (66,248,232). Sum of RGB (Red+Green+Blue) = 66+248+232=546 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.09% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #42F8E8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F8E8 is #BD0717. Grayscale: #BFBFBF. Windows color (decimal): -12388120 or 15267906. OLE color: 15267906.
HSL color Cylindrical-coordinate representation of color #42F8E8: hue angle of 174.73º 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 #42F8E8 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 232 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.03 |
| HSL | 174.73º | 0.93% | 0.62% | - |
| HSV(B) | 174.73º | 0.73% | 0.97% | - |
| XYZ | 50.38 | 74.12 | 88 | - |
| YUV | 191.76 | 150.7 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 232 | 0.73 | 0 | 0.06 | 0.03 | 174.73 | 0.93 | 0.62 |
| Hex | 42 | F8 | E8 | 49 | 0 | 6 | 3 | AF | 5D | 3E |
| Octal | 102 | 370 | 350 | 111 | 0 | 6 | 3 | 257 | 135 | 76 |
| Binary | 1000010 | 11111000 | 11101000 | 1001001 | 0 | 110 | 11 | 10101111 | 1011101 | 111110 |
Color Harmonies of #42F8E8
Complementary color
Monochromatic Colors of #42F8E8
Black with #42F8E8
Text Example
Text Example
White with #42F8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F8E8; }
p { color: rgb(66,248,232); }
H1.HeaderClassName
{
color: #42F8E8;
}
.AnyTagClassName
{
color: #42F8E8;
}
</style>
background-color css
<style>
a { background-color: #42F8E8; }
a { background-color: rgb(66,248,232); }
div.DivClassName
{
background-color: #42F8E8;
}
.BgClassName
{
background-color: #42F8E8;
}
</style>
border-color css
<style>
span { border-color: #42F8E8; }
span { border-color: rgb(66,248,232); }
td.TdClassName
{
border-color: #42F8E8;
}
.TagClassName
{
border-color: #42F8E8;
}
</style>