Shades of Turquoise #2FE0FE
Tints of Turquoise #2FE0FE
RGB
CMYK
RGB Variations
Color information
#2FE0FE (or 0x2FE0FE) is known color: Turquoise. HEX triplet: 2F, E0 and FE. RGB value is (47,224,254). Sum of RGB (Red+Green+Blue) = 47+224+254=525 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.95% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FE0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FE0FE is #D01F01. Grayscale: #AEAEAE. Windows color (decimal): -13639426 or 16703535. OLE color: 16703535.
HSL color Cylindrical-coordinate representation of color #2FE0FE: hue angle of 188.7º 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 #2FE0FE is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 224 | 254 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.00 |
| HSL | 188.7º | 0.99% | 0.59% | - |
| HSV(B) | 188.7º | 0.81% | 1% | - |
| XYZ | 45.72 | 61.07 | 103.14 | - |
| YUV | 174.5 | 172.86 | 37.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 254 | 0.81 | 0.12 | 0 | 0.00 | 188.7 | 0.99 | 0.59 |
| Hex | 2F | E0 | FE | 51 | C | 0 | 0 | BD | 63 | 3B |
| Octal | 57 | 340 | 376 | 121 | 14 | 0 | 0 | 275 | 143 | 73 |
| Binary | 101111 | 11100000 | 11111110 | 1010001 | 1100 | 0 | 0 | 10111101 | 1100011 | 111011 |
Color Harmonies of #2FE0FE
Complementary color
Monochromatic Colors of #2FE0FE
Black with #2FE0FE
Text Example
Text Example
White with #2FE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE0FE; }
p { color: rgb(47,224,254); }
H1.HeaderClassName
{
color: #2FE0FE;
}
.AnyTagClassName
{
color: #2FE0FE;
}
</style>
background-color css
<style>
a { background-color: #2FE0FE; }
a { background-color: rgb(47,224,254); }
div.DivClassName
{
background-color: #2FE0FE;
}
.BgClassName
{
background-color: #2FE0FE;
}
</style>
border-color css
<style>
span { border-color: #2FE0FE; }
span { border-color: rgb(47,224,254); }
td.TdClassName
{
border-color: #2FE0FE;
}
.TagClassName
{
border-color: #2FE0FE;
}
</style>