Shades of Turquoise #2FDFFC
Tints of Turquoise #2FDFFC
RGB
CMYK
RGB Variations
Color information
#2FDFFC (or 0x2FDFFC) is known color: Turquoise. HEX triplet: 2F, DF and FC. RGB value is (47,223,252). Sum of RGB (Red+Green+Blue) = 47+223+252=522 (69% of max value = 765). Red value is 47 (18.75% from 255 or 9.00% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FDFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDFFC is #D02003. Grayscale: #ADADAD. Windows color (decimal): -13639684 or 16572207. OLE color: 16572207.
HSL color Cylindrical-coordinate representation of color #2FDFFC: hue angle of 188.49º 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 #2FDFFC is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 223 | 252 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.01 |
| HSL | 188.49º | 0.97% | 0.59% | - |
| HSV(B) | 188.49º | 0.81% | 0.99% | - |
| XYZ | 45.13 | 60.41 | 101.38 | - |
| YUV | 173.68 | 172.19 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 252 | 0.81 | 0.12 | 0 | 0.01 | 188.49 | 0.97 | 0.59 |
| Hex | 2F | DF | FC | 51 | C | 0 | 1 | BC | 61 | 3B |
| Octal | 57 | 337 | 374 | 121 | 14 | 0 | 1 | 274 | 141 | 73 |
| Binary | 101111 | 11011111 | 11111100 | 1010001 | 1100 | 0 | 1 | 10111100 | 1100001 | 111011 |
Color Harmonies of #2FDFFC
Complementary color
Monochromatic Colors of #2FDFFC
Black with #2FDFFC
Text Example
Text Example
White with #2FDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFFC; }
p { color: rgb(47,223,252); }
H1.HeaderClassName
{
color: #2FDFFC;
}
.AnyTagClassName
{
color: #2FDFFC;
}
</style>
background-color css
<style>
a { background-color: #2FDFFC; }
a { background-color: rgb(47,223,252); }
div.DivClassName
{
background-color: #2FDFFC;
}
.BgClassName
{
background-color: #2FDFFC;
}
</style>
border-color css
<style>
span { border-color: #2FDFFC; }
span { border-color: rgb(47,223,252); }
td.TdClassName
{
border-color: #2FDFFC;
}
.TagClassName
{
border-color: #2FDFFC;
}
</style>