Shades of Turquoise #2FD0DB
Tints of Turquoise #2FD0DB
RGB
CMYK
RGB Variations
Color information
#2FD0DB (or 0x2FD0DB) is known color: Turquoise. HEX triplet: 2F, D0 and DB. RGB value is (47,208,219). Sum of RGB (Red+Green+Blue) = 47+208+219=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FD0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FD0DB is #D02F24. Grayscale: #A0A0A0. Windows color (decimal): -13643557 or 14405679. OLE color: 14405679.
HSL color Cylindrical-coordinate representation of color #2FD0DB: hue angle of 183.84º 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 #2FD0DB is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 47 | 208 | 219 | - |
CMYK | 0.79 | 0.05 | 0 | 0.14 |
HSL | 183.84º | 0.7% | 0.52% | - |
HSV(B) | 183.84º | 0.79% | 0.86% | - |
XYZ | 36.51 | 50.83 | 74.9 | - |
YUV | 161.12 | 160.66 | 46.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 208 | 219 | 0.79 | 0.05 | 0 | 0.14 | 183.84 | 0.7 | 0.52 |
Hex | 2F | D0 | DB | 4F | 5 | 0 | E | B8 | 46 | 34 |
Octal | 57 | 320 | 333 | 117 | 5 | 0 | 16 | 270 | 106 | 64 |
Binary | 101111 | 11010000 | 11011011 | 1001111 | 101 | 0 | 1110 | 10111000 | 1000110 | 110100 |
Color Harmonies of #2FD0DB
Complementary color
Monochromatic Colors of #2FD0DB
Black with #2FD0DB
Text Example
Text Example
White with #2FD0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD0DB; }
p { color: rgb(47,208,219); }
H1.HeaderClassName
{
color: #2FD0DB;
}
.AnyTagClassName
{
color: #2FD0DB;
}
</style>
background-color css
<style>
a { background-color: #2FD0DB; }
a { background-color: rgb(47,208,219); }
div.DivClassName
{
background-color: #2FD0DB;
}
.BgClassName
{
background-color: #2FD0DB;
}
</style>
border-color css
<style>
span { border-color: #2FD0DB; }
span { border-color: rgb(47,208,219); }
td.TdClassName
{
border-color: #2FD0DB;
}
.TagClassName
{
border-color: #2FD0DB;
}
</style>