Shades of Turquoise #42E7F7
Tints of Turquoise #42E7F7
RGB
CMYK
RGB Variations
Color information
#42E7F7 (or 0x42E7F7) is known color: Turquoise. HEX triplet: 42, E7 and F7. RGB value is (66,231,247). Sum of RGB (Red+Green+Blue) = 66+231+247=544 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.13% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #42E7F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42E7F7 is #BD1808. Grayscale: #B7B7B7. Windows color (decimal): -12392457 or 16246594. OLE color: 16246594.
HSL color Cylindrical-coordinate representation of color #42E7F7: hue angle of 185.3º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42E7F7 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 231 | 247 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.03 |
| HSL | 185.3º | 0.92% | 0.61% | - |
| HSV(B) | 185.3º | 0.73% | 0.97% | - |
| XYZ | 47.61 | 65.03 | 98.04 | - |
| YUV | 183.49 | 163.84 | 44.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 231 | 247 | 0.73 | 0.06 | 0 | 0.03 | 185.3 | 0.92 | 0.61 |
| Hex | 42 | E7 | F7 | 49 | 6 | 0 | 3 | B9 | 5C | 3D |
| Octal | 102 | 347 | 367 | 111 | 6 | 0 | 3 | 271 | 134 | 75 |
| Binary | 1000010 | 11100111 | 11110111 | 1001001 | 110 | 0 | 11 | 10111001 | 1011100 | 111101 |
Color Harmonies of #42E7F7
Complementary color
Monochromatic Colors of #42E7F7
Black with #42E7F7
Text Example
Text Example
White with #42E7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E7F7; }
p { color: rgb(66,231,247); }
H1.HeaderClassName
{
color: #42E7F7;
}
.AnyTagClassName
{
color: #42E7F7;
}
</style>
background-color css
<style>
a { background-color: #42E7F7; }
a { background-color: rgb(66,231,247); }
div.DivClassName
{
background-color: #42E7F7;
}
.BgClassName
{
background-color: #42E7F7;
}
</style>
border-color css
<style>
span { border-color: #42E7F7; }
span { border-color: rgb(66,231,247); }
td.TdClassName
{
border-color: #42E7F7;
}
.TagClassName
{
border-color: #42E7F7;
}
</style>