Shades of Turquoise #2FFDDE
Tints of Turquoise #2FFDDE
RGB
CMYK
RGB Variations
Color information
#2FFDDE (or 0x2FFDDE) is known color: Turquoise. HEX triplet: 2F, FD and DE. RGB value is (47,253,222). Sum of RGB (Red+Green+Blue) = 47+253+222=522 (69% of max value = 765). Red value is 47 (18.75% from 255 or 9.00% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFDDE is #D00221. Grayscale: #BBBBBB. Windows color (decimal): -13632034 or 14613807. OLE color: 14613807.
HSL color Cylindrical-coordinate representation of color #2FFDDE: hue angle of 170.97º 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 #2FFDDE is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 222 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.01 |
| HSL | 170.97º | 0.98% | 0.59% | - |
| HSV(B) | 170.97º | 0.81% | 0.99% | - |
| XYZ | 49.48 | 76.13 | 81.19 | - |
| YUV | 187.87 | 147.25 | 27.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 222 | 0.81 | 0 | 0.12 | 0.01 | 170.97 | 0.98 | 0.59 |
| Hex | 2F | FD | DE | 51 | 0 | C | 1 | AB | 62 | 3B |
| Octal | 57 | 375 | 336 | 121 | 0 | 14 | 1 | 253 | 142 | 73 |
| Binary | 101111 | 11111101 | 11011110 | 1010001 | 0 | 1100 | 1 | 10101011 | 1100010 | 111011 |
Color Harmonies of #2FFDDE
Complementary color
Monochromatic Colors of #2FFDDE
Black with #2FFDDE
Text Example
Text Example
White with #2FFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFDDE; }
p { color: rgb(47,253,222); }
H1.HeaderClassName
{
color: #2FFDDE;
}
.AnyTagClassName
{
color: #2FFDDE;
}
</style>
background-color css
<style>
a { background-color: #2FFDDE; }
a { background-color: rgb(47,253,222); }
div.DivClassName
{
background-color: #2FFDDE;
}
.BgClassName
{
background-color: #2FFDDE;
}
</style>
border-color css
<style>
span { border-color: #2FFDDE; }
span { border-color: rgb(47,253,222); }
td.TdClassName
{
border-color: #2FFDDE;
}
.TagClassName
{
border-color: #2FFDDE;
}
</style>