Shades of Turquoise #2FDFEB
Tints of Turquoise #2FDFEB
RGB
CMYK
RGB Variations
Color information
#2FDFEB (or 0x2FDFEB) is known color: Turquoise. HEX triplet: 2F, DF and EB. RGB value is (47,223,235). Sum of RGB (Red+Green+Blue) = 47+223+235=505 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.31% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FDFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDFEB is #D02014. Grayscale: #ABABAB. Windows color (decimal): -13639701 or 15458095. OLE color: 15458095.
HSL color Cylindrical-coordinate representation of color #2FDFEB: hue angle of 183.83º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FDFEB is Cyan = 0.8, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 223 | 235 | - |
| CMYK | 0.8 | 0.05 | 0 | 0.08 |
| HSL | 183.83º | 0.82% | 0.55% | - |
| HSV(B) | 183.83º | 0.8% | 0.92% | - |
| XYZ | 42.56 | 59.38 | 87.82 | - |
| YUV | 171.74 | 163.69 | 39.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 235 | 0.8 | 0.05 | 0 | 0.08 | 183.83 | 0.82 | 0.55 |
| Hex | 2F | DF | EB | 50 | 5 | 0 | 8 | B8 | 52 | 37 |
| Octal | 57 | 337 | 353 | 120 | 5 | 0 | 10 | 270 | 122 | 67 |
| Binary | 101111 | 11011111 | 11101011 | 1010000 | 101 | 0 | 1000 | 10111000 | 1010010 | 110111 |
Color Harmonies of #2FDFEB
Complementary color
Monochromatic Colors of #2FDFEB
Black with #2FDFEB
Text Example
Text Example
White with #2FDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFEB; }
p { color: rgb(47,223,235); }
H1.HeaderClassName
{
color: #2FDFEB;
}
.AnyTagClassName
{
color: #2FDFEB;
}
</style>
background-color css
<style>
a { background-color: #2FDFEB; }
a { background-color: rgb(47,223,235); }
div.DivClassName
{
background-color: #2FDFEB;
}
.BgClassName
{
background-color: #2FDFEB;
}
</style>
border-color css
<style>
span { border-color: #2FDFEB; }
span { border-color: rgb(47,223,235); }
td.TdClassName
{
border-color: #2FDFEB;
}
.TagClassName
{
border-color: #2FDFEB;
}
</style>