Shades of Turquoise #2FEBF5
Tints of Turquoise #2FEBF5
RGB
CMYK
RGB Variations
Color information
#2FEBF5 (or 0x2FEBF5) is known color: Turquoise. HEX triplet: 2F, EB and F5. RGB value is (47,235,245). Sum of RGB (Red+Green+Blue) = 47+235+245=527 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.92% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 245 - color contains mainly: blue. Hex color #2FEBF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEBF5 is #D0140A. Grayscale: #B3B3B3. Windows color (decimal): -13636619 or 16116527. OLE color: 16116527.
HSL color Cylindrical-coordinate representation of color #2FEBF5: hue angle of 183.03º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FEBF5 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 235 | 245 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.04 |
| HSL | 183.03º | 0.91% | 0.57% | - |
| HSV(B) | 183.03º | 0.81% | 0.96% | - |
| XYZ | 47.36 | 66.61 | 96.75 | - |
| YUV | 179.93 | 164.72 | 33.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 245 | 0.81 | 0.04 | 0 | 0.04 | 183.03 | 0.91 | 0.57 |
| Hex | 2F | EB | F5 | 51 | 4 | 0 | 4 | B7 | 5B | 39 |
| Octal | 57 | 353 | 365 | 121 | 4 | 0 | 4 | 267 | 133 | 71 |
| Binary | 101111 | 11101011 | 11110101 | 1010001 | 100 | 0 | 100 | 10110111 | 1011011 | 111001 |
Color Harmonies of #2FEBF5
Complementary color
Monochromatic Colors of #2FEBF5
Black with #2FEBF5
Text Example
Text Example
White with #2FEBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBF5; }
p { color: rgb(47,235,245); }
H1.HeaderClassName
{
color: #2FEBF5;
}
.AnyTagClassName
{
color: #2FEBF5;
}
</style>
background-color css
<style>
a { background-color: #2FEBF5; }
a { background-color: rgb(47,235,245); }
div.DivClassName
{
background-color: #2FEBF5;
}
.BgClassName
{
background-color: #2FEBF5;
}
</style>
border-color css
<style>
span { border-color: #2FEBF5; }
span { border-color: rgb(47,235,245); }
td.TdClassName
{
border-color: #2FEBF5;
}
.TagClassName
{
border-color: #2FEBF5;
}
</style>