Shades of Turquoise #2FDDFD
Tints of Turquoise #2FDDFD
RGB
CMYK
RGB Variations
Color information
#2FDDFD (or 0x2FDDFD) is known color: Turquoise. HEX triplet: 2F, DD and FD. RGB value is (47,221,253). Sum of RGB (Red+Green+Blue) = 47+221+253=521 (69% of max value = 765). Red value is 47 (18.75% from 255 or 9.02% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #2FDDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDDFD is #D02202. Grayscale: #ACACAC. Windows color (decimal): -13640195 or 16637231. OLE color: 16637231.
HSL color Cylindrical-coordinate representation of color #2FDDFD: hue angle of 189.32º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FDDFD is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 221 | 253 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.01 |
| HSL | 189.32º | 0.98% | 0.59% | - |
| HSV(B) | 189.32º | 0.81% | 0.99% | - |
| XYZ | 44.76 | 59.41 | 102.04 | - |
| YUV | 172.62 | 173.35 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 253 | 0.81 | 0.13 | 0 | 0.01 | 189.32 | 0.98 | 0.59 |
| Hex | 2F | DD | FD | 51 | D | 0 | 1 | BD | 62 | 3B |
| Octal | 57 | 335 | 375 | 121 | 15 | 0 | 1 | 275 | 142 | 73 |
| Binary | 101111 | 11011101 | 11111101 | 1010001 | 1101 | 0 | 1 | 10111101 | 1100010 | 111011 |
Color Harmonies of #2FDDFD
Complementary color
Monochromatic Colors of #2FDDFD
Black with #2FDDFD
Text Example
Text Example
White with #2FDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDFD; }
p { color: rgb(47,221,253); }
H1.HeaderClassName
{
color: #2FDDFD;
}
.AnyTagClassName
{
color: #2FDDFD;
}
</style>
background-color css
<style>
a { background-color: #2FDDFD; }
a { background-color: rgb(47,221,253); }
div.DivClassName
{
background-color: #2FDDFD;
}
.BgClassName
{
background-color: #2FDDFD;
}
</style>
border-color css
<style>
span { border-color: #2FDDFD; }
span { border-color: rgb(47,221,253); }
td.TdClassName
{
border-color: #2FDDFD;
}
.TagClassName
{
border-color: #2FDDFD;
}
</style>