Shades of Turquoise #2FDDF0
Tints of Turquoise #2FDDF0
RGB
CMYK
RGB Variations
Color information
#2FDDF0 (or 0x2FDDF0) is known color: Turquoise. HEX triplet: 2F, DD and F0. RGB value is (47,221,240). Sum of RGB (Red+Green+Blue) = 47+221+240=508 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.25% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #2FDDF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDDF0 is #D0220F. Grayscale: #AAAAAA. Windows color (decimal): -13640208 or 15785263. OLE color: 15785263.
HSL color Cylindrical-coordinate representation of color #2FDDF0: hue angle of 185.91º degrees, saturation: 0.87, 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 #2FDDF0 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 221 | 240 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.06 |
| HSL | 185.91º | 0.87% | 0.56% | - |
| HSV(B) | 185.91º | 0.8% | 0.94% | - |
| XYZ | 42.76 | 58.61 | 91.5 | - |
| YUV | 171.14 | 166.85 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 240 | 0.80 | 0.08 | 0 | 0.06 | 185.91 | 0.87 | 0.56 |
| Hex | 2F | DD | F0 | 50 | 8 | 0 | 6 | BA | 57 | 38 |
| Octal | 57 | 335 | 360 | 120 | 10 | 0 | 6 | 272 | 127 | 70 |
| Binary | 101111 | 11011101 | 11110000 | 1010000 | 1000 | 0 | 110 | 10111010 | 1010111 | 111000 |
Color Harmonies of #2FDDF0
Complementary color
Monochromatic Colors of #2FDDF0
Black with #2FDDF0
Text Example
Text Example
White with #2FDDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDF0; }
p { color: rgb(47,221,240); }
H1.HeaderClassName
{
color: #2FDDF0;
}
.AnyTagClassName
{
color: #2FDDF0;
}
</style>
background-color css
<style>
a { background-color: #2FDDF0; }
a { background-color: rgb(47,221,240); }
div.DivClassName
{
background-color: #2FDDF0;
}
.BgClassName
{
background-color: #2FDDF0;
}
</style>
border-color css
<style>
span { border-color: #2FDDF0; }
span { border-color: rgb(47,221,240); }
td.TdClassName
{
border-color: #2FDDF0;
}
.TagClassName
{
border-color: #2FDDF0;
}
</style>