Shades of Turquoise #2FFCEE
Tints of Turquoise #2FFCEE
RGB
CMYK
RGB Variations
Color information
#2FFCEE (or 0x2FFCEE) is known color: Turquoise. HEX triplet: 2F, FC and EE. RGB value is (47,252,238). Sum of RGB (Red+Green+Blue) = 47+252+238=537 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.75% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFCEE is #D00311. Grayscale: #BCBCBC. Windows color (decimal): -13632274 or 15662127. OLE color: 15662127.
HSL color Cylindrical-coordinate representation of color #2FFCEE: hue angle of 175.9º 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 #2FFCEE is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 238 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.01 |
| HSL | 175.9º | 0.97% | 0.59% | - |
| HSV(B) | 175.9º | 0.81% | 0.99% | - |
| XYZ | 51.42 | 76.4 | 92.93 | - |
| YUV | 189.11 | 155.58 | 26.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 238 | 0.81 | 0 | 0.06 | 0.01 | 175.9 | 0.97 | 0.59 |
| Hex | 2F | FC | EE | 51 | 0 | 6 | 1 | B0 | 61 | 3B |
| Octal | 57 | 374 | 356 | 121 | 0 | 6 | 1 | 260 | 141 | 73 |
| Binary | 101111 | 11111100 | 11101110 | 1010001 | 0 | 110 | 1 | 10110000 | 1100001 | 111011 |
Color Harmonies of #2FFCEE
Complementary color
Monochromatic Colors of #2FFCEE
Black with #2FFCEE
Text Example
Text Example
White with #2FFCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCEE; }
p { color: rgb(47,252,238); }
H1.HeaderClassName
{
color: #2FFCEE;
}
.AnyTagClassName
{
color: #2FFCEE;
}
</style>
background-color css
<style>
a { background-color: #2FFCEE; }
a { background-color: rgb(47,252,238); }
div.DivClassName
{
background-color: #2FFCEE;
}
.BgClassName
{
background-color: #2FFCEE;
}
</style>
border-color css
<style>
span { border-color: #2FFCEE; }
span { border-color: rgb(47,252,238); }
td.TdClassName
{
border-color: #2FFCEE;
}
.TagClassName
{
border-color: #2FFCEE;
}
</style>