Shades of Turquoise #2FDFEE
Tints of Turquoise #2FDFEE
RGB
CMYK
RGB Variations
Color information
#2FDFEE (or 0x2FDFEE) is known color: Turquoise. HEX triplet: 2F, DF and EE. RGB value is (47,223,238). Sum of RGB (Red+Green+Blue) = 47+223+238=508 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.25% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #2FDFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDFEE is #D02011. Grayscale: #ABABAB. Windows color (decimal): -13639698 or 15654703. OLE color: 15654703.
HSL color Cylindrical-coordinate representation of color #2FDFEE: hue angle of 184.71º degrees, saturation: 0.85, 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 #2FDFEE is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 223 | 238 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.07 |
| HSL | 184.71º | 0.85% | 0.56% | - |
| HSV(B) | 184.71º | 0.8% | 0.93% | - |
| XYZ | 42.99 | 59.55 | 90.12 | - |
| YUV | 172.09 | 165.19 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 238 | 0.80 | 0.06 | 0 | 0.07 | 184.71 | 0.85 | 0.56 |
| Hex | 2F | DF | EE | 50 | 6 | 0 | 7 | B9 | 55 | 38 |
| Octal | 57 | 337 | 356 | 120 | 6 | 0 | 7 | 271 | 125 | 70 |
| Binary | 101111 | 11011111 | 11101110 | 1010000 | 110 | 0 | 111 | 10111001 | 1010101 | 111000 |
Color Harmonies of #2FDFEE
Complementary color
Monochromatic Colors of #2FDFEE
Black with #2FDFEE
Text Example
Text Example
White with #2FDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFEE; }
p { color: rgb(47,223,238); }
H1.HeaderClassName
{
color: #2FDFEE;
}
.AnyTagClassName
{
color: #2FDFEE;
}
</style>
background-color css
<style>
a { background-color: #2FDFEE; }
a { background-color: rgb(47,223,238); }
div.DivClassName
{
background-color: #2FDFEE;
}
.BgClassName
{
background-color: #2FDFEE;
}
</style>
border-color css
<style>
span { border-color: #2FDFEE; }
span { border-color: rgb(47,223,238); }
td.TdClassName
{
border-color: #2FDFEE;
}
.TagClassName
{
border-color: #2FDFEE;
}
</style>