Shades of Turquoise #2FDBE8
Tints of Turquoise #2FDBE8
RGB
CMYK
RGB Variations
Color information
#2FDBE8 (or 0x2FDBE8) is known color: Turquoise. HEX triplet: 2F, DB and E8. RGB value is (47,219,232). Sum of RGB (Red+Green+Blue) = 47+219+232=498 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.44% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 232 (91.02% from 255 or 46.59% from 498); Max value from RGB is 232 - color contains mainly: blue. Hex color #2FDBE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDBE8 is #D02417. Grayscale: #A8A8A8. Windows color (decimal): -13640728 or 15260463. OLE color: 15260463.
HSL color Cylindrical-coordinate representation of color #2FDBE8: hue angle of 184.22º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FDBE8 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 219 | 232 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.09 |
| HSL | 184.22º | 0.8% | 0.55% | - |
| HSV(B) | 184.22º | 0.8% | 0.91% | - |
| XYZ | 41.07 | 57.09 | 85.2 | - |
| YUV | 169.05 | 163.52 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 232 | 0.80 | 0.06 | 0 | 0.09 | 184.22 | 0.8 | 0.55 |
| Hex | 2F | DB | E8 | 50 | 6 | 0 | 9 | B8 | 50 | 37 |
| Octal | 57 | 333 | 350 | 120 | 6 | 0 | 11 | 270 | 120 | 67 |
| Binary | 101111 | 11011011 | 11101000 | 1010000 | 110 | 0 | 1001 | 10111000 | 1010000 | 110111 |
Color Harmonies of #2FDBE8
Complementary color
Monochromatic Colors of #2FDBE8
Black with #2FDBE8
Text Example
Text Example
White with #2FDBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDBE8; }
p { color: rgb(47,219,232); }
H1.HeaderClassName
{
color: #2FDBE8;
}
.AnyTagClassName
{
color: #2FDBE8;
}
</style>
background-color css
<style>
a { background-color: #2FDBE8; }
a { background-color: rgb(47,219,232); }
div.DivClassName
{
background-color: #2FDBE8;
}
.BgClassName
{
background-color: #2FDBE8;
}
</style>
border-color css
<style>
span { border-color: #2FDBE8; }
span { border-color: rgb(47,219,232); }
td.TdClassName
{
border-color: #2FDBE8;
}
.TagClassName
{
border-color: #2FDBE8;
}
</style>