Shades of Turquoise #2FF2ED
Tints of Turquoise #2FF2ED
RGB
CMYK
RGB Variations
Color information
#2FF2ED (or 0x2FF2ED) is known color: Turquoise. HEX triplet: 2F, F2 and ED. RGB value is (47,242,237). Sum of RGB (Red+Green+Blue) = 47+242+237=526 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.94% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF2ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF2ED is #D00D12. Grayscale: #B6B6B6. Windows color (decimal): -13634835 or 15594031. OLE color: 15594031.
HSL color Cylindrical-coordinate representation of color #2FF2ED: hue angle of 178.46º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF2ED is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 237 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.05 |
| HSL | 178.46º | 0.88% | 0.57% | - |
| HSV(B) | 178.46º | 0.81% | 0.95% | - |
| XYZ | 48.21 | 70.22 | 91.13 | - |
| YUV | 183.13 | 158.4 | 30.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 237 | 0.81 | 0 | 0.02 | 0.05 | 178.46 | 0.88 | 0.57 |
| Hex | 2F | F2 | ED | 51 | 0 | 2 | 5 | B2 | 58 | 39 |
| Octal | 57 | 362 | 355 | 121 | 0 | 2 | 5 | 262 | 130 | 71 |
| Binary | 101111 | 11110010 | 11101101 | 1010001 | 0 | 10 | 101 | 10110010 | 1011000 | 111001 |
Color Harmonies of #2FF2ED
Complementary color
Monochromatic Colors of #2FF2ED
Black with #2FF2ED
Text Example
Text Example
White with #2FF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF2ED; }
p { color: rgb(47,242,237); }
H1.HeaderClassName
{
color: #2FF2ED;
}
.AnyTagClassName
{
color: #2FF2ED;
}
</style>
background-color css
<style>
a { background-color: #2FF2ED; }
a { background-color: rgb(47,242,237); }
div.DivClassName
{
background-color: #2FF2ED;
}
.BgClassName
{
background-color: #2FF2ED;
}
</style>
border-color css
<style>
span { border-color: #2FF2ED; }
span { border-color: rgb(47,242,237); }
td.TdClassName
{
border-color: #2FF2ED;
}
.TagClassName
{
border-color: #2FF2ED;
}
</style>