Shades of Turquoise #2FE4FD
Tints of Turquoise #2FE4FD
RGB
CMYK
RGB Variations
Color information
#2FE4FD (or 0x2FE4FD) is known color: Turquoise. HEX triplet: 2F, E4 and FD. RGB value is (47,228,253). Sum of RGB (Red+Green+Blue) = 47+228+253=528 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.90% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #2FE4FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FE4FD is #D01B02. Grayscale: #B0B0B0. Windows color (decimal): -13638403 or 16639023. OLE color: 16639023.
HSL color Cylindrical-coordinate representation of color #2FE4FD: hue angle of 187.28º 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 #2FE4FD is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 228 | 253 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.01 |
| HSL | 187.28º | 0.98% | 0.59% | - |
| HSV(B) | 187.28º | 0.81% | 0.99% | - |
| XYZ | 46.65 | 63.18 | 102.67 | - |
| YUV | 176.73 | 171.03 | 35.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 228 | 253 | 0.81 | 0.10 | 0 | 0.01 | 187.28 | 0.98 | 0.59 |
| Hex | 2F | E4 | FD | 51 | A | 0 | 1 | BB | 62 | 3B |
| Octal | 57 | 344 | 375 | 121 | 12 | 0 | 1 | 273 | 142 | 73 |
| Binary | 101111 | 11100100 | 11111101 | 1010001 | 1010 | 0 | 1 | 10111011 | 1100010 | 111011 |
Color Harmonies of #2FE4FD
Complementary color
Monochromatic Colors of #2FE4FD
Black with #2FE4FD
Text Example
Text Example
White with #2FE4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE4FD; }
p { color: rgb(47,228,253); }
H1.HeaderClassName
{
color: #2FE4FD;
}
.AnyTagClassName
{
color: #2FE4FD;
}
</style>
background-color css
<style>
a { background-color: #2FE4FD; }
a { background-color: rgb(47,228,253); }
div.DivClassName
{
background-color: #2FE4FD;
}
.BgClassName
{
background-color: #2FE4FD;
}
</style>
border-color css
<style>
span { border-color: #2FE4FD; }
span { border-color: rgb(47,228,253); }
td.TdClassName
{
border-color: #2FE4FD;
}
.TagClassName
{
border-color: #2FE4FD;
}
</style>