Shades of Turquoise #2FFBED
Tints of Turquoise #2FFBED
RGB
CMYK
RGB Variations
Color information
#2FFBED (or 0x2FFBED) is known color: Turquoise. HEX triplet: 2F, FB and ED. RGB value is (47,251,237). Sum of RGB (Red+Green+Blue) = 47+251+237=535 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.79% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFBED is #D00412. Grayscale: #BCBCBC. Windows color (decimal): -13632531 or 15596335. OLE color: 15596335.
HSL color Cylindrical-coordinate representation of color #2FFBED: hue angle of 175.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFBED is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 237 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.02 |
| HSL | 175.88º | 0.96% | 0.58% | - |
| HSV(B) | 175.88º | 0.81% | 0.98% | - |
| XYZ | 50.96 | 75.71 | 92.05 | - |
| YUV | 188.41 | 155.41 | 27.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 237 | 0.81 | 0 | 0.06 | 0.02 | 175.88 | 0.96 | 0.58 |
| Hex | 2F | FB | ED | 51 | 0 | 6 | 2 | B0 | 60 | 3A |
| Octal | 57 | 373 | 355 | 121 | 0 | 6 | 2 | 260 | 140 | 72 |
| Binary | 101111 | 11111011 | 11101101 | 1010001 | 0 | 110 | 10 | 10110000 | 1100000 | 111010 |
Color Harmonies of #2FFBED
Complementary color
Monochromatic Colors of #2FFBED
Black with #2FFBED
Text Example
Text Example
White with #2FFBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFBED; }
p { color: rgb(47,251,237); }
H1.HeaderClassName
{
color: #2FFBED;
}
.AnyTagClassName
{
color: #2FFBED;
}
</style>
background-color css
<style>
a { background-color: #2FFBED; }
a { background-color: rgb(47,251,237); }
div.DivClassName
{
background-color: #2FFBED;
}
.BgClassName
{
background-color: #2FFBED;
}
</style>
border-color css
<style>
span { border-color: #2FFBED; }
span { border-color: rgb(47,251,237); }
td.TdClassName
{
border-color: #2FFBED;
}
.TagClassName
{
border-color: #2FFBED;
}
</style>