Shades of Turquoise #2FFCEF
Tints of Turquoise #2FFCEF
RGB
CMYK
RGB Variations
Color information
#2FFCEF (or 0x2FFCEF) is known color: Turquoise. HEX triplet: 2F, FC and EF. RGB value is (47,252,239). Sum of RGB (Red+Green+Blue) = 47+252+239=538 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.74% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFCEF is #D00310. Grayscale: #BDBDBD. Windows color (decimal): -13632273 or 15727663. OLE color: 15727663.
HSL color Cylindrical-coordinate representation of color #2FFCEF: hue angle of 176.2º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFCEF is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 239 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.01 |
| HSL | 176.2º | 0.97% | 0.59% | - |
| HSV(B) | 176.2º | 0.81% | 0.99% | - |
| XYZ | 51.56 | 76.46 | 93.7 | - |
| YUV | 189.22 | 156.08 | 26.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 239 | 0.81 | 0 | 0.05 | 0.01 | 176.2 | 0.97 | 0.59 |
| Hex | 2F | FC | EF | 51 | 0 | 5 | 1 | B0 | 61 | 3B |
| Octal | 57 | 374 | 357 | 121 | 0 | 5 | 1 | 260 | 141 | 73 |
| Binary | 101111 | 11111100 | 11101111 | 1010001 | 0 | 101 | 1 | 10110000 | 1100001 | 111011 |
Color Harmonies of #2FFCEF
Complementary color
Monochromatic Colors of #2FFCEF
Black with #2FFCEF
Text Example
Text Example
White with #2FFCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCEF; }
p { color: rgb(47,252,239); }
H1.HeaderClassName
{
color: #2FFCEF;
}
.AnyTagClassName
{
color: #2FFCEF;
}
</style>
background-color css
<style>
a { background-color: #2FFCEF; }
a { background-color: rgb(47,252,239); }
div.DivClassName
{
background-color: #2FFCEF;
}
.BgClassName
{
background-color: #2FFCEF;
}
</style>
border-color css
<style>
span { border-color: #2FFCEF; }
span { border-color: rgb(47,252,239); }
td.TdClassName
{
border-color: #2FFCEF;
}
.TagClassName
{
border-color: #2FFCEF;
}
</style>