Shades of Turquoise #2FEDDC
Tints of Turquoise #2FEDDC
RGB
CMYK
RGB Variations
Color information
#2FEDDC (or 0x2FEDDC) is known color: Turquoise. HEX triplet: 2F, ED and DC. RGB value is (47,237,220). Sum of RGB (Red+Green+Blue) = 47+237+220=504 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.33% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #2FEDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEDDC is #D01223. Grayscale: #B2B2B2. Windows color (decimal): -13636132 or 14478639. OLE color: 14478639.
HSL color Cylindrical-coordinate representation of color #2FEDDC: hue angle of 174.63º 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 #2FEDDC is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 220 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.07 |
| HSL | 174.63º | 0.84% | 0.56% | - |
| HSV(B) | 174.63º | 0.8% | 0.93% | - |
| XYZ | 44.37 | 66.34 | 78.18 | - |
| YUV | 178.25 | 151.55 | 34.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 220 | 0.80 | 0 | 0.07 | 0.07 | 174.63 | 0.84 | 0.56 |
| Hex | 2F | ED | DC | 50 | 0 | 7 | 7 | AF | 54 | 38 |
| Octal | 57 | 355 | 334 | 120 | 0 | 7 | 7 | 257 | 124 | 70 |
| Binary | 101111 | 11101101 | 11011100 | 1010000 | 0 | 111 | 111 | 10101111 | 1010100 | 111000 |
Color Harmonies of #2FEDDC
Complementary color
Monochromatic Colors of #2FEDDC
Black with #2FEDDC
Text Example
Text Example
White with #2FEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEDDC; }
p { color: rgb(47,237,220); }
H1.HeaderClassName
{
color: #2FEDDC;
}
.AnyTagClassName
{
color: #2FEDDC;
}
</style>
background-color css
<style>
a { background-color: #2FEDDC; }
a { background-color: rgb(47,237,220); }
div.DivClassName
{
background-color: #2FEDDC;
}
.BgClassName
{
background-color: #2FEDDC;
}
</style>
border-color css
<style>
span { border-color: #2FEDDC; }
span { border-color: rgb(47,237,220); }
td.TdClassName
{
border-color: #2FEDDC;
}
.TagClassName
{
border-color: #2FEDDC;
}
</style>