Shades of Turquoise #42ECF8
Tints of Turquoise #42ECF8
RGB
CMYK
RGB Variations
Color information
#42ECF8 (or 0x42ECF8) is known color: Turquoise. HEX triplet: 42, EC and F8. RGB value is (66,236,248). Sum of RGB (Red+Green+Blue) = 66+236+248=550 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 248 (97.27% from 255 or 45.09% from 550); Max value from RGB is 248 - color contains mainly: blue. Hex color #42ECF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42ECF8 is #BD1307. Grayscale: #BABABA. Windows color (decimal): -12391176 or 16313410. OLE color: 16313410.
HSL color Cylindrical-coordinate representation of color #42ECF8: hue angle of 183.96º 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 #42ECF8 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 236 | 248 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.03 |
| HSL | 183.96º | 0.93% | 0.62% | - |
| HSV(B) | 183.96º | 0.73% | 0.97% | - |
| XYZ | 49.19 | 67.93 | 99.33 | - |
| YUV | 186.54 | 162.68 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 248 | 0.73 | 0.05 | 0 | 0.03 | 183.96 | 0.93 | 0.62 |
| Hex | 42 | EC | F8 | 49 | 5 | 0 | 3 | B8 | 5D | 3E |
| Octal | 102 | 354 | 370 | 111 | 5 | 0 | 3 | 270 | 135 | 76 |
| Binary | 1000010 | 11101100 | 11111000 | 1001001 | 101 | 0 | 11 | 10111000 | 1011101 | 111110 |
Color Harmonies of #42ECF8
Complementary color
Monochromatic Colors of #42ECF8
Black with #42ECF8
Text Example
Text Example
White with #42ECF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ECF8; }
p { color: rgb(66,236,248); }
H1.HeaderClassName
{
color: #42ECF8;
}
.AnyTagClassName
{
color: #42ECF8;
}
</style>
background-color css
<style>
a { background-color: #42ECF8; }
a { background-color: rgb(66,236,248); }
div.DivClassName
{
background-color: #42ECF8;
}
.BgClassName
{
background-color: #42ECF8;
}
</style>
border-color css
<style>
span { border-color: #42ECF8; }
span { border-color: rgb(66,236,248); }
td.TdClassName
{
border-color: #42ECF8;
}
.TagClassName
{
border-color: #42ECF8;
}
</style>