Shades of Turquoise #2FEDDB
Tints of Turquoise #2FEDDB
RGB
CMYK
RGB Variations
Color information
#2FEDDB (or 0x2FEDDB) is known color: Turquoise. HEX triplet: 2F, ED and DB. RGB value is (47,237,219). Sum of RGB (Red+Green+Blue) = 47+237+219=503 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.34% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #2FEDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEDDB is #D01224. Grayscale: #B2B2B2. Windows color (decimal): -13636133 or 14413103. OLE color: 14413103.
HSL color Cylindrical-coordinate representation of color #2FEDDB: hue angle of 174.32º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEDDB is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 219 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.07 |
| HSL | 174.32º | 0.84% | 0.56% | - |
| HSV(B) | 174.32º | 0.8% | 0.93% | - |
| XYZ | 44.24 | 66.29 | 77.48 | - |
| YUV | 178.14 | 151.05 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 219 | 0.80 | 0 | 0.08 | 0.07 | 174.32 | 0.84 | 0.56 |
| Hex | 2F | ED | DB | 50 | 0 | 8 | 7 | AE | 54 | 38 |
| Octal | 57 | 355 | 333 | 120 | 0 | 10 | 7 | 256 | 124 | 70 |
| Binary | 101111 | 11101101 | 11011011 | 1010000 | 0 | 1000 | 111 | 10101110 | 1010100 | 111000 |
Color Harmonies of #2FEDDB
Complementary color
Monochromatic Colors of #2FEDDB
Black with #2FEDDB
Text Example
Text Example
White with #2FEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEDDB; }
p { color: rgb(47,237,219); }
H1.HeaderClassName
{
color: #2FEDDB;
}
.AnyTagClassName
{
color: #2FEDDB;
}
</style>
background-color css
<style>
a { background-color: #2FEDDB; }
a { background-color: rgb(47,237,219); }
div.DivClassName
{
background-color: #2FEDDB;
}
.BgClassName
{
background-color: #2FEDDB;
}
</style>
border-color css
<style>
span { border-color: #2FEDDB; }
span { border-color: rgb(47,237,219); }
td.TdClassName
{
border-color: #2FEDDB;
}
.TagClassName
{
border-color: #2FEDDB;
}
</style>