Shades of Turquoise #42F7E7
Tints of Turquoise #42F7E7
RGB
CMYK
RGB Variations
Color information
#42F7E7 (or 0x42F7E7) is known color: Turquoise. HEX triplet: 42, F7 and E7. RGB value is (66,247,231). Sum of RGB (Red+Green+Blue) = 66+247+231=544 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.13% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #42F7E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F7E7 is #BD0818. Grayscale: #BEBEBE. Windows color (decimal): -12388377 or 15202114. OLE color: 15202114.
HSL color Cylindrical-coordinate representation of color #42F7E7: hue angle of 174.7º 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 #42F7E7 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 247 | 231 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.03 |
| HSL | 174.7º | 0.92% | 0.61% | - |
| HSV(B) | 174.7º | 0.73% | 0.97% | - |
| XYZ | 49.93 | 73.45 | 87.15 | - |
| YUV | 191.06 | 150.53 | 38.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 247 | 231 | 0.73 | 0 | 0.06 | 0.03 | 174.7 | 0.92 | 0.61 |
| Hex | 42 | F7 | E7 | 49 | 0 | 6 | 3 | AF | 5C | 3D |
| Octal | 102 | 367 | 347 | 111 | 0 | 6 | 3 | 257 | 134 | 75 |
| Binary | 1000010 | 11110111 | 11100111 | 1001001 | 0 | 110 | 11 | 10101111 | 1011100 | 111101 |
Color Harmonies of #42F7E7
Complementary color
Monochromatic Colors of #42F7E7
Black with #42F7E7
Text Example
Text Example
White with #42F7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F7E7; }
p { color: rgb(66,247,231); }
H1.HeaderClassName
{
color: #42F7E7;
}
.AnyTagClassName
{
color: #42F7E7;
}
</style>
background-color css
<style>
a { background-color: #42F7E7; }
a { background-color: rgb(66,247,231); }
div.DivClassName
{
background-color: #42F7E7;
}
.BgClassName
{
background-color: #42F7E7;
}
</style>
border-color css
<style>
span { border-color: #42F7E7; }
span { border-color: rgb(66,247,231); }
td.TdClassName
{
border-color: #42F7E7;
}
.TagClassName
{
border-color: #42F7E7;
}
</style>