Shades of Turquoise #2FEFDC
Tints of Turquoise #2FEFDC
RGB
CMYK
RGB Variations
Color information
#2FEFDC (or 0x2FEFDC) is known color: Turquoise. HEX triplet: 2F, EF and DC. RGB value is (47,239,220). Sum of RGB (Red+Green+Blue) = 47+239+220=506 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.29% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEFDC is #D01023. Grayscale: #B3B3B3. Windows color (decimal): -13635620 or 14479151. OLE color: 14479151.
HSL color Cylindrical-coordinate representation of color #2FEFDC: hue angle of 174.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEFDC is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 220 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.06 |
| HSL | 174.06º | 0.86% | 0.56% | - |
| HSV(B) | 174.06º | 0.8% | 0.94% | - |
| XYZ | 44.96 | 67.5 | 78.37 | - |
| YUV | 179.43 | 150.89 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 220 | 0.80 | 0 | 0.08 | 0.06 | 174.06 | 0.86 | 0.56 |
| Hex | 2F | EF | DC | 50 | 0 | 8 | 6 | AE | 56 | 38 |
| Octal | 57 | 357 | 334 | 120 | 0 | 10 | 6 | 256 | 126 | 70 |
| Binary | 101111 | 11101111 | 11011100 | 1010000 | 0 | 1000 | 110 | 10101110 | 1010110 | 111000 |
Color Harmonies of #2FEFDC
Complementary color
Monochromatic Colors of #2FEFDC
Black with #2FEFDC
Text Example
Text Example
White with #2FEFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEFDC; }
p { color: rgb(47,239,220); }
H1.HeaderClassName
{
color: #2FEFDC;
}
.AnyTagClassName
{
color: #2FEFDC;
}
</style>
background-color css
<style>
a { background-color: #2FEFDC; }
a { background-color: rgb(47,239,220); }
div.DivClassName
{
background-color: #2FEFDC;
}
.BgClassName
{
background-color: #2FEFDC;
}
</style>
border-color css
<style>
span { border-color: #2FEFDC; }
span { border-color: rgb(47,239,220); }
td.TdClassName
{
border-color: #2FEFDC;
}
.TagClassName
{
border-color: #2FEFDC;
}
</style>