Shades of Turquoise #2FECF5
Tints of Turquoise #2FECF5
RGB
CMYK
RGB Variations
Color information
#2FECF5 (or 0x2FECF5) is known color: Turquoise. HEX triplet: 2F, EC and F5. RGB value is (47,236,245). Sum of RGB (Red+Green+Blue) = 47+236+245=528 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.90% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 245 (96.09% from 255 or 46.40% from 528); Max value from RGB is 245 - color contains mainly: blue. Hex color #2FECF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FECF5 is #D0130A. Grayscale: #B4B4B4. Windows color (decimal): -13636363 or 16116783. OLE color: 16116783.
HSL color Cylindrical-coordinate representation of color #2FECF5: hue angle of 182.73º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FECF5 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 236 | 245 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.04 |
| HSL | 182.73º | 0.91% | 0.57% | - |
| HSV(B) | 182.73º | 0.81% | 0.96% | - |
| XYZ | 47.65 | 67.19 | 96.84 | - |
| YUV | 180.52 | 164.38 | 32.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 245 | 0.81 | 0.04 | 0 | 0.04 | 182.73 | 0.91 | 0.57 |
| Hex | 2F | EC | F5 | 51 | 4 | 0 | 4 | B7 | 5B | 39 |
| Octal | 57 | 354 | 365 | 121 | 4 | 0 | 4 | 267 | 133 | 71 |
| Binary | 101111 | 11101100 | 11110101 | 1010001 | 100 | 0 | 100 | 10110111 | 1011011 | 111001 |
Color Harmonies of #2FECF5
Complementary color
Monochromatic Colors of #2FECF5
Black with #2FECF5
Text Example
Text Example
White with #2FECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECF5; }
p { color: rgb(47,236,245); }
H1.HeaderClassName
{
color: #2FECF5;
}
.AnyTagClassName
{
color: #2FECF5;
}
</style>
background-color css
<style>
a { background-color: #2FECF5; }
a { background-color: rgb(47,236,245); }
div.DivClassName
{
background-color: #2FECF5;
}
.BgClassName
{
background-color: #2FECF5;
}
</style>
border-color css
<style>
span { border-color: #2FECF5; }
span { border-color: rgb(47,236,245); }
td.TdClassName
{
border-color: #2FECF5;
}
.TagClassName
{
border-color: #2FECF5;
}
</style>