Shades of Turquoise #2FFCCE
Tints of Turquoise #2FFCCE
RGB
CMYK
RGB Variations
Color information
#2FFCCE (or 0x2FFCCE) is known color: Turquoise. HEX triplet: 2F, FC and CE. RGB value is (47,252,206). Sum of RGB (Red+Green+Blue) = 47+252+206=505 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.31% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCCE is #D00331. Grayscale: #B9B9B9. Windows color (decimal): -13632306 or 13564975. OLE color: 13564975.
HSL color Cylindrical-coordinate representation of color #2FFCCE: hue angle of 166.54º 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 #2FFCCE is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 206 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.01 |
| HSL | 166.54º | 0.97% | 0.59% | - |
| HSV(B) | 166.54º | 0.81% | 0.99% | - |
| XYZ | 47.12 | 74.68 | 70.32 | - |
| YUV | 185.46 | 139.58 | 29.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 206 | 0.81 | 0 | 0.18 | 0.01 | 166.54 | 0.97 | 0.59 |
| Hex | 2F | FC | CE | 51 | 0 | 12 | 1 | A7 | 61 | 3B |
| Octal | 57 | 374 | 316 | 121 | 0 | 22 | 1 | 247 | 141 | 73 |
| Binary | 101111 | 11111100 | 11001110 | 1010001 | 0 | 10010 | 1 | 10100111 | 1100001 | 111011 |
Color Harmonies of #2FFCCE
Complementary color
Monochromatic Colors of #2FFCCE
Black with #2FFCCE
Text Example
Text Example
White with #2FFCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCCE; }
p { color: rgb(47,252,206); }
H1.HeaderClassName
{
color: #2FFCCE;
}
.AnyTagClassName
{
color: #2FFCCE;
}
</style>
background-color css
<style>
a { background-color: #2FFCCE; }
a { background-color: rgb(47,252,206); }
div.DivClassName
{
background-color: #2FFCCE;
}
.BgClassName
{
background-color: #2FFCCE;
}
</style>
border-color css
<style>
span { border-color: #2FFCCE; }
span { border-color: rgb(47,252,206); }
td.TdClassName
{
border-color: #2FFCCE;
}
.TagClassName
{
border-color: #2FFCCE;
}
</style>