Shades of Bright Turquoise #2FEAFE
Tints of Bright Turquoise #2FEAFE
RGB
CMYK
RGB Variations
Color information
#2FEAFE (or 0x2FEAFE) is known color: Bright Turquoise. HEX triplet: 2F, EA and FE. RGB value is (47,234,254). Sum of RGB (Red+Green+Blue) = 47+234+254=535 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.79% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FEAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEAFE is #D01501. Grayscale: #B4B4B4. Windows color (decimal): -13636866 or 16706095. OLE color: 16706095.
HSL color Cylindrical-coordinate representation of color #2FEAFE: hue angle of 185.8º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FEAFE is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 234 | 254 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.00 |
| HSL | 185.8º | 0.99% | 0.59% | - |
| HSV(B) | 185.8º | 0.81% | 1% | - |
| XYZ | 48.48 | 66.61 | 104.07 | - |
| YUV | 180.37 | 169.55 | 32.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 254 | 0.81 | 0.08 | 0 | 0.00 | 185.8 | 0.99 | 0.59 |
| Hex | 2F | EA | FE | 51 | 8 | 0 | 0 | BA | 63 | 3B |
| Octal | 57 | 352 | 376 | 121 | 10 | 0 | 0 | 272 | 143 | 73 |
| Binary | 101111 | 11101010 | 11111110 | 1010001 | 1000 | 0 | 0 | 10111010 | 1100011 | 111011 |
Color Harmonies of #2FEAFE
Complementary color
Monochromatic Colors of #2FEAFE
Black with #2FEAFE
Text Example
Text Example
White with #2FEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEAFE; }
p { color: rgb(47,234,254); }
H1.HeaderClassName
{
color: #2FEAFE;
}
.AnyTagClassName
{
color: #2FEAFE;
}
</style>
background-color css
<style>
a { background-color: #2FEAFE; }
a { background-color: rgb(47,234,254); }
div.DivClassName
{
background-color: #2FEAFE;
}
.BgClassName
{
background-color: #2FEAFE;
}
</style>
border-color css
<style>
span { border-color: #2FEAFE; }
span { border-color: rgb(47,234,254); }
td.TdClassName
{
border-color: #2FEAFE;
}
.TagClassName
{
border-color: #2FEAFE;
}
</style>