Shades of Turquoise #2FF1ED
Tints of Turquoise #2FF1ED
RGB
CMYK
RGB Variations
Color information
#2FF1ED (or 0x2FF1ED) is known color: Turquoise. HEX triplet: 2F, F1 and ED. RGB value is (47,241,237). Sum of RGB (Red+Green+Blue) = 47+241+237=525 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.95% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF1ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF1ED is #D00E12. Grayscale: #B6B6B6. Windows color (decimal): -13635091 or 15593775. OLE color: 15593775.
HSL color Cylindrical-coordinate representation of color #2FF1ED: hue angle of 178.76º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF1ED is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 237 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.05 |
| HSL | 178.76º | 0.87% | 0.56% | - |
| HSV(B) | 178.76º | 0.8% | 0.95% | - |
| XYZ | 47.91 | 69.63 | 91.04 | - |
| YUV | 182.54 | 158.73 | 31.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 237 | 0.80 | 0 | 0.02 | 0.05 | 178.76 | 0.87 | 0.56 |
| Hex | 2F | F1 | ED | 50 | 0 | 2 | 5 | B3 | 57 | 38 |
| Octal | 57 | 361 | 355 | 120 | 0 | 2 | 5 | 263 | 127 | 70 |
| Binary | 101111 | 11110001 | 11101101 | 1010000 | 0 | 10 | 101 | 10110011 | 1010111 | 111000 |
Color Harmonies of #2FF1ED
Complementary color
Monochromatic Colors of #2FF1ED
Black with #2FF1ED
Text Example
Text Example
White with #2FF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF1ED; }
p { color: rgb(47,241,237); }
H1.HeaderClassName
{
color: #2FF1ED;
}
.AnyTagClassName
{
color: #2FF1ED;
}
</style>
background-color css
<style>
a { background-color: #2FF1ED; }
a { background-color: rgb(47,241,237); }
div.DivClassName
{
background-color: #2FF1ED;
}
.BgClassName
{
background-color: #2FF1ED;
}
</style>
border-color css
<style>
span { border-color: #2FF1ED; }
span { border-color: rgb(47,241,237); }
td.TdClassName
{
border-color: #2FF1ED;
}
.TagClassName
{
border-color: #2FF1ED;
}
</style>