Shades of Turquoise #2FE2FE
Tints of Turquoise #2FE2FE
RGB
CMYK
RGB Variations
Color information
#2FE2FE (or 0x2FE2FE) is known color: Turquoise. HEX triplet: 2F, E2 and FE. RGB value is (47,226,254). Sum of RGB (Red+Green+Blue) = 47+226+254=527 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.92% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FE2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FE2FE is #D01D01. Grayscale: #AFAFAF. Windows color (decimal): -13638914 or 16704047. OLE color: 16704047.
HSL color Cylindrical-coordinate representation of color #2FE2FE: hue angle of 188.12º 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 #2FE2FE is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 226 | 254 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.00 |
| HSL | 188.12º | 0.99% | 0.59% | - |
| HSV(B) | 188.12º | 0.81% | 1% | - |
| XYZ | 46.26 | 62.15 | 103.32 | - |
| YUV | 175.67 | 172.2 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 226 | 254 | 0.81 | 0.11 | 0 | 0.00 | 188.12 | 0.99 | 0.59 |
| Hex | 2F | E2 | FE | 51 | B | 0 | 0 | BC | 63 | 3B |
| Octal | 57 | 342 | 376 | 121 | 13 | 0 | 0 | 274 | 143 | 73 |
| Binary | 101111 | 11100010 | 11111110 | 1010001 | 1011 | 0 | 0 | 10111100 | 1100011 | 111011 |
Color Harmonies of #2FE2FE
Complementary color
Monochromatic Colors of #2FE2FE
Black with #2FE2FE
Text Example
Text Example
White with #2FE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE2FE; }
p { color: rgb(47,226,254); }
H1.HeaderClassName
{
color: #2FE2FE;
}
.AnyTagClassName
{
color: #2FE2FE;
}
</style>
background-color css
<style>
a { background-color: #2FE2FE; }
a { background-color: rgb(47,226,254); }
div.DivClassName
{
background-color: #2FE2FE;
}
.BgClassName
{
background-color: #2FE2FE;
}
</style>
border-color css
<style>
span { border-color: #2FE2FE; }
span { border-color: rgb(47,226,254); }
td.TdClassName
{
border-color: #2FE2FE;
}
.TagClassName
{
border-color: #2FE2FE;
}
</style>