Shades of Turquoise #2FEDF1
Tints of Turquoise #2FEDF1
RGB
CMYK
RGB Variations
Color information
#2FEDF1 (or 0x2FEDF1) is known color: Turquoise. HEX triplet: 2F, ED and F1. RGB value is (47,237,241). Sum of RGB (Red+Green+Blue) = 47+237+241=525 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.95% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #2FEDF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEDF1 is #D0120E. Grayscale: #B4B4B4. Windows color (decimal): -13636111 or 15854895. OLE color: 15854895.
HSL color Cylindrical-coordinate representation of color #2FEDF1: hue angle of 181.24º 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 #2FEDF1 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 237 | 241 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.05 |
| HSL | 181.24º | 0.87% | 0.56% | - |
| HSV(B) | 181.24º | 0.8% | 0.95% | - |
| XYZ | 47.33 | 67.52 | 93.76 | - |
| YUV | 180.65 | 162.05 | 32.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 241 | 0.80 | 0.02 | 0 | 0.05 | 181.24 | 0.87 | 0.56 |
| Hex | 2F | ED | F1 | 50 | 2 | 0 | 5 | B5 | 57 | 38 |
| Octal | 57 | 355 | 361 | 120 | 2 | 0 | 5 | 265 | 127 | 70 |
| Binary | 101111 | 11101101 | 11110001 | 1010000 | 10 | 0 | 101 | 10110101 | 1010111 | 111000 |
Color Harmonies of #2FEDF1
Complementary color
Monochromatic Colors of #2FEDF1
Black with #2FEDF1
Text Example
Text Example
White with #2FEDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEDF1; }
p { color: rgb(47,237,241); }
H1.HeaderClassName
{
color: #2FEDF1;
}
.AnyTagClassName
{
color: #2FEDF1;
}
</style>
background-color css
<style>
a { background-color: #2FEDF1; }
a { background-color: rgb(47,237,241); }
div.DivClassName
{
background-color: #2FEDF1;
}
.BgClassName
{
background-color: #2FEDF1;
}
</style>
border-color css
<style>
span { border-color: #2FEDF1; }
span { border-color: rgb(47,237,241); }
td.TdClassName
{
border-color: #2FEDF1;
}
.TagClassName
{
border-color: #2FEDF1;
}
</style>