Shades of Turquoise #2FDBD4
Tints of Turquoise #2FDBD4
RGB
CMYK
RGB Variations
Color information
#2FDBD4 (or 0x2FDBD4) is known color: Turquoise. HEX triplet: 2F, DB and D4. RGB value is (47,219,212). Sum of RGB (Red+Green+Blue) = 47+219+212=478 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.83% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #2FDBD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDBD4 is #D0242B. Grayscale: #A6A6A6. Windows color (decimal): -13640748 or 13949743. OLE color: 13949743.
HSL color Cylindrical-coordinate representation of color #2FDBD4: hue angle of 177.56º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDBD4 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 219 | 212 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.14 |
| HSL | 177.56º | 0.7% | 0.52% | - |
| HSV(B) | 177.56º | 0.79% | 0.86% | - |
| XYZ | 38.39 | 56.02 | 71.08 | - |
| YUV | 166.77 | 153.52 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 212 | 0.79 | 0 | 0.03 | 0.14 | 177.56 | 0.7 | 0.52 |
| Hex | 2F | DB | D4 | 4F | 0 | 3 | E | B2 | 46 | 34 |
| Octal | 57 | 333 | 324 | 117 | 0 | 3 | 16 | 262 | 106 | 64 |
| Binary | 101111 | 11011011 | 11010100 | 1001111 | 0 | 11 | 1110 | 10110010 | 1000110 | 110100 |
Color Harmonies of #2FDBD4
Complementary color
Monochromatic Colors of #2FDBD4
Black with #2FDBD4
Text Example
Text Example
White with #2FDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDBD4; }
p { color: rgb(47,219,212); }
H1.HeaderClassName
{
color: #2FDBD4;
}
.AnyTagClassName
{
color: #2FDBD4;
}
</style>
background-color css
<style>
a { background-color: #2FDBD4; }
a { background-color: rgb(47,219,212); }
div.DivClassName
{
background-color: #2FDBD4;
}
.BgClassName
{
background-color: #2FDBD4;
}
</style>
border-color css
<style>
span { border-color: #2FDBD4; }
span { border-color: rgb(47,219,212); }
td.TdClassName
{
border-color: #2FDBD4;
}
.TagClassName
{
border-color: #2FDBD4;
}
</style>