Shades of Turquoise #2FFCED
Tints of Turquoise #2FFCED
RGB
CMYK
RGB Variations
Color information
#2FFCED (or 0x2FFCED) is known color: Turquoise. HEX triplet: 2F, FC and ED. RGB value is (47,252,237). Sum of RGB (Red+Green+Blue) = 47+252+237=536 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.77% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFCED is #D00312. Grayscale: #BCBCBC. Windows color (decimal): -13632275 or 15596591. OLE color: 15596591.
HSL color Cylindrical-coordinate representation of color #2FFCED: hue angle of 175.61º 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 #2FFCED is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 237 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.01 |
| HSL | 175.61º | 0.97% | 0.59% | - |
| HSV(B) | 175.61º | 0.81% | 0.99% | - |
| XYZ | 51.27 | 76.34 | 92.15 | - |
| YUV | 189 | 155.08 | 26.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 237 | 0.81 | 0 | 0.06 | 0.01 | 175.61 | 0.97 | 0.59 |
| Hex | 2F | FC | ED | 51 | 0 | 6 | 1 | B0 | 61 | 3B |
| Octal | 57 | 374 | 355 | 121 | 0 | 6 | 1 | 260 | 141 | 73 |
| Binary | 101111 | 11111100 | 11101101 | 1010001 | 0 | 110 | 1 | 10110000 | 1100001 | 111011 |
Color Harmonies of #2FFCED
Complementary color
Monochromatic Colors of #2FFCED
Black with #2FFCED
Text Example
Text Example
White with #2FFCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCED; }
p { color: rgb(47,252,237); }
H1.HeaderClassName
{
color: #2FFCED;
}
.AnyTagClassName
{
color: #2FFCED;
}
</style>
background-color css
<style>
a { background-color: #2FFCED; }
a { background-color: rgb(47,252,237); }
div.DivClassName
{
background-color: #2FFCED;
}
.BgClassName
{
background-color: #2FFCED;
}
</style>
border-color css
<style>
span { border-color: #2FFCED; }
span { border-color: rgb(47,252,237); }
td.TdClassName
{
border-color: #2FFCED;
}
.TagClassName
{
border-color: #2FFCED;
}
</style>