Shades of Turquoise #2FDEFC
Tints of Turquoise #2FDEFC
RGB
CMYK
RGB Variations
Color information
#2FDEFC (or 0x2FDEFC) is known color: Turquoise. HEX triplet: 2F, DE and FC. RGB value is (47,222,252). Sum of RGB (Red+Green+Blue) = 47+222+252=521 (69% of max value = 765). Red value is 47 (18.75% from 255 or 9.02% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FDEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDEFC is #D02103. Grayscale: #ACACAC. Windows color (decimal): -13639940 or 16571951. OLE color: 16571951.
HSL color Cylindrical-coordinate representation of color #2FDEFC: hue angle of 188.78º degrees, saturation: 0.97, 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 #2FDEFC is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 222 | 252 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.01 |
| HSL | 188.78º | 0.97% | 0.59% | - |
| HSV(B) | 188.78º | 0.81% | 0.99% | - |
| XYZ | 44.86 | 59.88 | 101.29 | - |
| YUV | 173.1 | 172.52 | 38.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 222 | 252 | 0.81 | 0.12 | 0 | 0.01 | 188.78 | 0.97 | 0.59 |
| Hex | 2F | DE | FC | 51 | C | 0 | 1 | BD | 61 | 3B |
| Octal | 57 | 336 | 374 | 121 | 14 | 0 | 1 | 275 | 141 | 73 |
| Binary | 101111 | 11011110 | 11111100 | 1010001 | 1100 | 0 | 1 | 10111101 | 1100001 | 111011 |
Color Harmonies of #2FDEFC
Complementary color
Monochromatic Colors of #2FDEFC
Black with #2FDEFC
Text Example
Text Example
White with #2FDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDEFC; }
p { color: rgb(47,222,252); }
H1.HeaderClassName
{
color: #2FDEFC;
}
.AnyTagClassName
{
color: #2FDEFC;
}
</style>
background-color css
<style>
a { background-color: #2FDEFC; }
a { background-color: rgb(47,222,252); }
div.DivClassName
{
background-color: #2FDEFC;
}
.BgClassName
{
background-color: #2FDEFC;
}
</style>
border-color css
<style>
span { border-color: #2FDEFC; }
span { border-color: rgb(47,222,252); }
td.TdClassName
{
border-color: #2FDEFC;
}
.TagClassName
{
border-color: #2FDEFC;
}
</style>