Shades of Bright Turquoise #2FEBFD
Tints of Bright Turquoise #2FEBFD
RGB
CMYK
RGB Variations
Color information
#2FEBFD (or 0x2FEBFD) is known color: Bright Turquoise. HEX triplet: 2F, EB and FD. RGB value is (47,235,253). Sum of RGB (Red+Green+Blue) = 47+235+253=535 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.79% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #2FEBFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEBFD is #D01402. Grayscale: #B4B4B4. Windows color (decimal): -13636611 or 16640815. OLE color: 16640815.
HSL color Cylindrical-coordinate representation of color #2FEBFD: hue angle of 185.24º degrees, saturation: 0.98, 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 #2FEBFD is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 235 | 253 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.01 |
| HSL | 185.24º | 0.98% | 0.59% | - |
| HSV(B) | 185.24º | 0.81% | 0.99% | - |
| XYZ | 48.61 | 67.11 | 103.32 | - |
| YUV | 180.84 | 168.72 | 32.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 253 | 0.81 | 0.07 | 0 | 0.01 | 185.24 | 0.98 | 0.59 |
| Hex | 2F | EB | FD | 51 | 7 | 0 | 1 | B9 | 62 | 3B |
| Octal | 57 | 353 | 375 | 121 | 7 | 0 | 1 | 271 | 142 | 73 |
| Binary | 101111 | 11101011 | 11111101 | 1010001 | 111 | 0 | 1 | 10111001 | 1100010 | 111011 |
Color Harmonies of #2FEBFD
Complementary color
Monochromatic Colors of #2FEBFD
Black with #2FEBFD
Text Example
Text Example
White with #2FEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBFD; }
p { color: rgb(47,235,253); }
H1.HeaderClassName
{
color: #2FEBFD;
}
.AnyTagClassName
{
color: #2FEBFD;
}
</style>
background-color css
<style>
a { background-color: #2FEBFD; }
a { background-color: rgb(47,235,253); }
div.DivClassName
{
background-color: #2FEBFD;
}
.BgClassName
{
background-color: #2FEBFD;
}
</style>
border-color css
<style>
span { border-color: #2FEBFD; }
span { border-color: rgb(47,235,253); }
td.TdClassName
{
border-color: #2FEBFD;
}
.TagClassName
{
border-color: #2FEBFD;
}
</style>