Shades of Turquoise #42E9F1
Tints of Turquoise #42E9F1
RGB
CMYK
RGB Variations
Color information
#42E9F1 (or 0x42E9F1) is known color: Turquoise. HEX triplet: 42, E9 and F1. RGB value is (66,233,241). Sum of RGB (Red+Green+Blue) = 66+233+241=540 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.22% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #42E9F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42E9F1 is #BD160E. Grayscale: #B7B7B7. Windows color (decimal): -12391951 or 15853890. OLE color: 15853890.
HSL color Cylindrical-coordinate representation of color #42E9F1: hue angle of 182.74º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42E9F1 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 233 | 241 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.05 |
| HSL | 182.74º | 0.86% | 0.6% | - |
| HSV(B) | 182.74º | 0.73% | 0.95% | - |
| XYZ | 47.26 | 65.79 | 93.43 | - |
| YUV | 183.98 | 160.17 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 241 | 0.73 | 0.03 | 0 | 0.05 | 182.74 | 0.86 | 0.6 |
| Hex | 42 | E9 | F1 | 49 | 3 | 0 | 5 | B7 | 56 | 3C |
| Octal | 102 | 351 | 361 | 111 | 3 | 0 | 5 | 267 | 126 | 74 |
| Binary | 1000010 | 11101001 | 11110001 | 1001001 | 11 | 0 | 101 | 10110111 | 1010110 | 111100 |
Color Harmonies of #42E9F1
Complementary color
Monochromatic Colors of #42E9F1
Black with #42E9F1
Text Example
Text Example
White with #42E9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E9F1; }
p { color: rgb(66,233,241); }
H1.HeaderClassName
{
color: #42E9F1;
}
.AnyTagClassName
{
color: #42E9F1;
}
</style>
background-color css
<style>
a { background-color: #42E9F1; }
a { background-color: rgb(66,233,241); }
div.DivClassName
{
background-color: #42E9F1;
}
.BgClassName
{
background-color: #42E9F1;
}
</style>
border-color css
<style>
span { border-color: #42E9F1; }
span { border-color: rgb(66,233,241); }
td.TdClassName
{
border-color: #42E9F1;
}
.TagClassName
{
border-color: #42E9F1;
}
</style>