Shades of Bright Turquoise #2FEDFC
Tints of Bright Turquoise #2FEDFC
RGB
CMYK
RGB Variations
Color information
#2FEDFC (or 0x2FEDFC) is known color: Bright Turquoise. HEX triplet: 2F, ED and FC. RGB value is (47,237,252). Sum of RGB (Red+Green+Blue) = 47+237+252=536 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.77% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FEDFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEDFC is #D01203. Grayscale: #B5B5B5. Windows color (decimal): -13636100 or 16575791. OLE color: 16575791.
HSL color Cylindrical-coordinate representation of color #2FEDFC: hue angle of 184.39º 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 #2FEDFC is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 237 | 252 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.01 |
| HSL | 184.39º | 0.97% | 0.59% | - |
| HSV(B) | 184.39º | 0.81% | 0.99% | - |
| XYZ | 49.03 | 68.2 | 102.68 | - |
| YUV | 181.9 | 167.55 | 31.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 252 | 0.81 | 0.06 | 0 | 0.01 | 184.39 | 0.97 | 0.59 |
| Hex | 2F | ED | FC | 51 | 6 | 0 | 1 | B8 | 61 | 3B |
| Octal | 57 | 355 | 374 | 121 | 6 | 0 | 1 | 270 | 141 | 73 |
| Binary | 101111 | 11101101 | 11111100 | 1010001 | 110 | 0 | 1 | 10111000 | 1100001 | 111011 |
Color Harmonies of #2FEDFC
Complementary color
Monochromatic Colors of #2FEDFC
Black with #2FEDFC
Text Example
Text Example
White with #2FEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEDFC; }
p { color: rgb(47,237,252); }
H1.HeaderClassName
{
color: #2FEDFC;
}
.AnyTagClassName
{
color: #2FEDFC;
}
</style>
background-color css
<style>
a { background-color: #2FEDFC; }
a { background-color: rgb(47,237,252); }
div.DivClassName
{
background-color: #2FEDFC;
}
.BgClassName
{
background-color: #2FEDFC;
}
</style>
border-color css
<style>
span { border-color: #2FEDFC; }
span { border-color: rgb(47,237,252); }
td.TdClassName
{
border-color: #2FEDFC;
}
.TagClassName
{
border-color: #2FEDFC;
}
</style>