Shades of Turquoise #2FDBE6
Tints of Turquoise #2FDBE6
RGB
CMYK
RGB Variations
Color information
#2FDBE6 (or 0x2FDBE6) is known color: Turquoise. HEX triplet: 2F, DB and E6. RGB value is (47,219,230). Sum of RGB (Red+Green+Blue) = 47+219+230=496 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.48% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 230 - color contains mainly: blue. Hex color #2FDBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDBE6 is #D02419. Grayscale: #A8A8A8. Windows color (decimal): -13640730 or 15129391. OLE color: 15129391.
HSL color Cylindrical-coordinate representation of color #2FDBE6: hue angle of 183.61º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FDBE6 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 219 | 230 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.10 |
| HSL | 183.61º | 0.79% | 0.54% | - |
| HSV(B) | 183.61º | 0.8% | 0.9% | - |
| XYZ | 40.79 | 56.98 | 83.71 | - |
| YUV | 168.83 | 162.52 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 230 | 0.80 | 0.05 | 0 | 0.10 | 183.61 | 0.79 | 0.54 |
| Hex | 2F | DB | E6 | 50 | 5 | 0 | A | B8 | 4F | 36 |
| Octal | 57 | 333 | 346 | 120 | 5 | 0 | 12 | 270 | 117 | 66 |
| Binary | 101111 | 11011011 | 11100110 | 1010000 | 101 | 0 | 1010 | 10111000 | 1001111 | 110110 |
Color Harmonies of #2FDBE6
Complementary color
Monochromatic Colors of #2FDBE6
Black with #2FDBE6
Text Example
Text Example
White with #2FDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDBE6; }
p { color: rgb(47,219,230); }
H1.HeaderClassName
{
color: #2FDBE6;
}
.AnyTagClassName
{
color: #2FDBE6;
}
</style>
background-color css
<style>
a { background-color: #2FDBE6; }
a { background-color: rgb(47,219,230); }
div.DivClassName
{
background-color: #2FDBE6;
}
.BgClassName
{
background-color: #2FDBE6;
}
</style>
border-color css
<style>
span { border-color: #2FDBE6; }
span { border-color: rgb(47,219,230); }
td.TdClassName
{
border-color: #2FDBE6;
}
.TagClassName
{
border-color: #2FDBE6;
}
</style>