Shades of Turquoise #2FFFEE
Tints of Turquoise #2FFFEE
RGB
CMYK
RGB Variations
Color information
#2FFFEE (or 0x2FFFEE) is known color: Turquoise. HEX triplet: 2F, FF and EE. RGB value is (47,255,238). Sum of RGB (Red+Green+Blue) = 47+255+238=540 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.70% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFFEE is #D00011. Grayscale: #BEBEBE. Windows color (decimal): -13631506 or 15662895. OLE color: 15662895.
HSL color Cylindrical-coordinate representation of color #2FFFEE: hue angle of 175.1º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFFEE is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 238 | - |
| CMYK | 0.82 | 0 | 0.07 | 0 |
| HSL | 175.1º | 1% | 0.59% | - |
| HSV(B) | 175.1º | 0.82% | 1% | - |
| XYZ | 52.36 | 78.3 | 93.24 | - |
| YUV | 190.87 | 154.59 | 25.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 238 | 0.82 | 0 | 0.07 | 0 | 175.1 | 1 | 0.59 |
| Hex | 2F | FF | EE | 52 | 0 | 7 | 0 | AF | 64 | 3B |
| Octal | 57 | 377 | 356 | 122 | 0 | 7 | 0 | 257 | 144 | 73 |
| Binary | 101111 | 11111111 | 11101110 | 1010010 | 0 | 111 | 0 | 10101111 | 1100100 | 111011 |
Color Harmonies of #2FFFEE
Complementary color
Monochromatic Colors of #2FFFEE
Black with #2FFFEE
Text Example
Text Example
White with #2FFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFFEE; }
p { color: rgb(47,255,238); }
H1.HeaderClassName
{
color: #2FFFEE;
}
.AnyTagClassName
{
color: #2FFFEE;
}
</style>
background-color css
<style>
a { background-color: #2FFFEE; }
a { background-color: rgb(47,255,238); }
div.DivClassName
{
background-color: #2FFFEE;
}
.BgClassName
{
background-color: #2FFFEE;
}
</style>
border-color css
<style>
span { border-color: #2FFFEE; }
span { border-color: rgb(47,255,238); }
td.TdClassName
{
border-color: #2FFFEE;
}
.TagClassName
{
border-color: #2FFFEE;
}
</style>