Shades of Turquoise #2FDFE5
Tints of Turquoise #2FDFE5
RGB
CMYK
RGB Variations
Color information
#2FDFE5 (or 0x2FDFE5) is known color: Turquoise. HEX triplet: 2F, DF and E5. RGB value is (47,223,229). Sum of RGB (Red+Green+Blue) = 47+223+229=499 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.42% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #2FDFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDFE5 is #D0201A. Grayscale: #AAAAAA. Windows color (decimal): -13639707 or 15064879. OLE color: 15064879.
HSL color Cylindrical-coordinate representation of color #2FDFE5: hue angle of 181.98º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDFE5 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 223 | 229 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.10 |
| HSL | 181.98º | 0.78% | 0.54% | - |
| HSV(B) | 181.98º | 0.79% | 0.9% | - |
| XYZ | 41.7 | 59.04 | 83.33 | - |
| YUV | 171.06 | 160.69 | 39.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 229 | 0.79 | 0.03 | 0 | 0.10 | 181.98 | 0.78 | 0.54 |
| Hex | 2F | DF | E5 | 4F | 3 | 0 | A | B6 | 4E | 36 |
| Octal | 57 | 337 | 345 | 117 | 3 | 0 | 12 | 266 | 116 | 66 |
| Binary | 101111 | 11011111 | 11100101 | 1001111 | 11 | 0 | 1010 | 10110110 | 1001110 | 110110 |
Color Harmonies of #2FDFE5
Complementary color
Monochromatic Colors of #2FDFE5
Black with #2FDFE5
Text Example
Text Example
White with #2FDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFE5; }
p { color: rgb(47,223,229); }
H1.HeaderClassName
{
color: #2FDFE5;
}
.AnyTagClassName
{
color: #2FDFE5;
}
</style>
background-color css
<style>
a { background-color: #2FDFE5; }
a { background-color: rgb(47,223,229); }
div.DivClassName
{
background-color: #2FDFE5;
}
.BgClassName
{
background-color: #2FDFE5;
}
</style>
border-color css
<style>
span { border-color: #2FDFE5; }
span { border-color: rgb(47,223,229); }
td.TdClassName
{
border-color: #2FDFE5;
}
.TagClassName
{
border-color: #2FDFE5;
}
</style>