Shades of Turquoise #42FBE5
Tints of Turquoise #42FBE5
RGB
CMYK
RGB Variations
Color information
#42FBE5 (or 0x42FBE5) is known color: Turquoise. HEX triplet: 42, FB and E5. RGB value is (66,251,229). Sum of RGB (Red+Green+Blue) = 66+251+229=546 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.09% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FBE5 is #BD041A. Grayscale: #C1C1C1. Windows color (decimal): -12387355 or 15072066. OLE color: 15072066.
HSL color Cylindrical-coordinate representation of color #42FBE5: hue angle of 172.86º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FBE5 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 229 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.02 |
| HSL | 172.86º | 0.96% | 0.62% | - |
| HSV(B) | 172.86º | 0.74% | 0.98% | - |
| XYZ | 50.89 | 75.81 | 86.08 | - |
| YUV | 193.18 | 148.21 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 229 | 0.74 | 0 | 0.09 | 0.02 | 172.86 | 0.96 | 0.62 |
| Hex | 42 | FB | E5 | 4A | 0 | 9 | 2 | AD | 60 | 3E |
| Octal | 102 | 373 | 345 | 112 | 0 | 11 | 2 | 255 | 140 | 76 |
| Binary | 1000010 | 11111011 | 11100101 | 1001010 | 0 | 1001 | 10 | 10101101 | 1100000 | 111110 |
Color Harmonies of #42FBE5
Complementary color
Monochromatic Colors of #42FBE5
Black with #42FBE5
Text Example
Text Example
White with #42FBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FBE5; }
p { color: rgb(66,251,229); }
H1.HeaderClassName
{
color: #42FBE5;
}
.AnyTagClassName
{
color: #42FBE5;
}
</style>
background-color css
<style>
a { background-color: #42FBE5; }
a { background-color: rgb(66,251,229); }
div.DivClassName
{
background-color: #42FBE5;
}
.BgClassName
{
background-color: #42FBE5;
}
</style>
border-color css
<style>
span { border-color: #42FBE5; }
span { border-color: rgb(66,251,229); }
td.TdClassName
{
border-color: #42FBE5;
}
.TagClassName
{
border-color: #42FBE5;
}
</style>