Shades of Turquoise #2FEDED
Tints of Turquoise #2FEDED
RGB
CMYK
RGB Variations
Color information
#2FEDED (or 0x2FEDED) is known color: Turquoise. HEX triplet: 2F, ED and ED. RGB value is (47,237,237). Sum of RGB (Red+Green+Blue) = 47+237+237=521 (69% of max value = 765). Red value is 47 (18.75% from 255 or 9.02% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #2FEDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEDED is #D01212. Grayscale: #B3B3B3. Windows color (decimal): -13636115 or 15592751. OLE color: 15592751.
HSL color Cylindrical-coordinate representation of color #2FEDED: hue angle of 180º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEDED is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 237 | - |
| CMYK | 0.80 | 0 | 0 | 0.07 |
| HSL | 180º | 0.84% | 0.56% | - |
| HSV(B) | 180º | 0.8% | 0.93% | - |
| XYZ | 46.74 | 67.29 | 90.64 | - |
| YUV | 180.19 | 160.05 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 237 | 0.80 | 0 | 0 | 0.07 | 180 | 0.84 | 0.56 |
| Hex | 2F | ED | ED | 50 | 0 | 0 | 7 | B4 | 54 | 38 |
| Octal | 57 | 355 | 355 | 120 | 0 | 0 | 7 | 264 | 124 | 70 |
| Binary | 101111 | 11101101 | 11101101 | 1010000 | 0 | 0 | 111 | 10110100 | 1010100 | 111000 |
Color Harmonies of #2FEDED
Complementary color
Monochromatic Colors of #2FEDED
Black with #2FEDED
Text Example
Text Example
White with #2FEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEDED; }
p { color: rgb(47,237,237); }
H1.HeaderClassName
{
color: #2FEDED;
}
.AnyTagClassName
{
color: #2FEDED;
}
</style>
background-color css
<style>
a { background-color: #2FEDED; }
a { background-color: rgb(47,237,237); }
div.DivClassName
{
background-color: #2FEDED;
}
.BgClassName
{
background-color: #2FEDED;
}
</style>
border-color css
<style>
span { border-color: #2FEDED; }
span { border-color: rgb(47,237,237); }
td.TdClassName
{
border-color: #2FEDED;
}
.TagClassName
{
border-color: #2FEDED;
}
</style>