Shades of Turquoise #2FEBE5
Tints of Turquoise #2FEBE5
RGB
CMYK
RGB Variations
Color information
#2FEBE5 (or 0x2FEBE5) is known color: Turquoise. HEX triplet: 2F, EB and E5. RGB value is (47,235,229). Sum of RGB (Red+Green+Blue) = 47+235+229=511 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.20% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEBE5 is #D0141A. Grayscale: #B1B1B1. Windows color (decimal): -13636635 or 15067951. OLE color: 15067951.
HSL color Cylindrical-coordinate representation of color #2FEBE5: hue angle of 178.09º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEBE5 is Cyan = 0.8, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 229 | - |
| CMYK | 0.8 | 0 | 0.03 | 0.08 |
| HSL | 178.09º | 0.82% | 0.55% | - |
| HSV(B) | 178.09º | 0.8% | 0.92% | - |
| XYZ | 45.02 | 65.68 | 84.43 | - |
| YUV | 178.1 | 156.72 | 34.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 229 | 0.8 | 0 | 0.03 | 0.08 | 178.09 | 0.82 | 0.55 |
| Hex | 2F | EB | E5 | 50 | 0 | 3 | 8 | B2 | 52 | 37 |
| Octal | 57 | 353 | 345 | 120 | 0 | 3 | 10 | 262 | 122 | 67 |
| Binary | 101111 | 11101011 | 11100101 | 1010000 | 0 | 11 | 1000 | 10110010 | 1010010 | 110111 |
Color Harmonies of #2FEBE5
Complementary color
Monochromatic Colors of #2FEBE5
Black with #2FEBE5
Text Example
Text Example
White with #2FEBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBE5; }
p { color: rgb(47,235,229); }
H1.HeaderClassName
{
color: #2FEBE5;
}
.AnyTagClassName
{
color: #2FEBE5;
}
</style>
background-color css
<style>
a { background-color: #2FEBE5; }
a { background-color: rgb(47,235,229); }
div.DivClassName
{
background-color: #2FEBE5;
}
.BgClassName
{
background-color: #2FEBE5;
}
</style>
border-color css
<style>
span { border-color: #2FEBE5; }
span { border-color: rgb(47,235,229); }
td.TdClassName
{
border-color: #2FEBE5;
}
.TagClassName
{
border-color: #2FEBE5;
}
</style>