Shades of Turquoise #2FEAF5
Tints of Turquoise #2FEAF5
RGB
CMYK
RGB Variations
Color information
#2FEAF5 (or 0x2FEAF5) is known color: Turquoise. HEX triplet: 2F, EA and F5. RGB value is (47,234,245). Sum of RGB (Red+Green+Blue) = 47+234+245=526 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.94% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 245 - color contains mainly: blue. Hex color #2FEAF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEAF5 is #D0150A. Grayscale: #B3B3B3. Windows color (decimal): -13636875 or 16116271. OLE color: 16116271.
HSL color Cylindrical-coordinate representation of color #2FEAF5: hue angle of 183.33º 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 #2FEAF5 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 234 | 245 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.04 |
| HSL | 183.33º | 0.91% | 0.57% | - |
| HSV(B) | 183.33º | 0.81% | 0.96% | - |
| XYZ | 47.08 | 66.04 | 96.65 | - |
| YUV | 179.34 | 165.05 | 33.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 245 | 0.81 | 0.04 | 0 | 0.04 | 183.33 | 0.91 | 0.57 |
| Hex | 2F | EA | F5 | 51 | 4 | 0 | 4 | B7 | 5B | 39 |
| Octal | 57 | 352 | 365 | 121 | 4 | 0 | 4 | 267 | 133 | 71 |
| Binary | 101111 | 11101010 | 11110101 | 1010001 | 100 | 0 | 100 | 10110111 | 1011011 | 111001 |
Color Harmonies of #2FEAF5
Complementary color
Monochromatic Colors of #2FEAF5
Black with #2FEAF5
Text Example
Text Example
White with #2FEAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEAF5; }
p { color: rgb(47,234,245); }
H1.HeaderClassName
{
color: #2FEAF5;
}
.AnyTagClassName
{
color: #2FEAF5;
}
</style>
background-color css
<style>
a { background-color: #2FEAF5; }
a { background-color: rgb(47,234,245); }
div.DivClassName
{
background-color: #2FEAF5;
}
.BgClassName
{
background-color: #2FEAF5;
}
</style>
border-color css
<style>
span { border-color: #2FEAF5; }
span { border-color: rgb(47,234,245); }
td.TdClassName
{
border-color: #2FEAF5;
}
.TagClassName
{
border-color: #2FEAF5;
}
</style>