Shades of Bright Turquoise #2FEBFC
Tints of Bright Turquoise #2FEBFC
RGB
CMYK
RGB Variations
Color information
#2FEBFC (or 0x2FEBFC) is known color: Bright Turquoise. HEX triplet: 2F, EB and FC. RGB value is (47,235,252). Sum of RGB (Red+Green+Blue) = 47+235+252=534 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.80% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FEBFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEBFC is #D01403. Grayscale: #B4B4B4. Windows color (decimal): -13636612 or 16575279. OLE color: 16575279.
HSL color Cylindrical-coordinate representation of color #2FEBFC: hue angle of 184.98º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FEBFC is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 235 | 252 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.01 |
| HSL | 184.98º | 0.97% | 0.59% | - |
| HSV(B) | 184.98º | 0.81% | 0.99% | - |
| XYZ | 48.45 | 67.05 | 102.48 | - |
| YUV | 180.73 | 168.22 | 32.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 252 | 0.81 | 0.07 | 0 | 0.01 | 184.98 | 0.97 | 0.59 |
| Hex | 2F | EB | FC | 51 | 7 | 0 | 1 | B9 | 61 | 3B |
| Octal | 57 | 353 | 374 | 121 | 7 | 0 | 1 | 271 | 141 | 73 |
| Binary | 101111 | 11101011 | 11111100 | 1010001 | 111 | 0 | 1 | 10111001 | 1100001 | 111011 |
Color Harmonies of #2FEBFC
Complementary color
Monochromatic Colors of #2FEBFC
Black with #2FEBFC
Text Example
Text Example
White with #2FEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBFC; }
p { color: rgb(47,235,252); }
H1.HeaderClassName
{
color: #2FEBFC;
}
.AnyTagClassName
{
color: #2FEBFC;
}
</style>
background-color css
<style>
a { background-color: #2FEBFC; }
a { background-color: rgb(47,235,252); }
div.DivClassName
{
background-color: #2FEBFC;
}
.BgClassName
{
background-color: #2FEBFC;
}
</style>
border-color css
<style>
span { border-color: #2FEBFC; }
span { border-color: rgb(47,235,252); }
td.TdClassName
{
border-color: #2FEBFC;
}
.TagClassName
{
border-color: #2FEBFC;
}
</style>