Shades of Turquoise #2FDBFC
Tints of Turquoise #2FDBFC
RGB
CMYK
RGB Variations
Color information
#2FDBFC (or 0x2FDBFC) is known color: Turquoise. HEX triplet: 2F, DB and FC. RGB value is (47,219,252). Sum of RGB (Red+Green+Blue) = 47+219+252=518 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.07% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FDBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDBFC is #D02403. Grayscale: #ABABAB. Windows color (decimal): -13640708 or 16571183. OLE color: 16571183.
HSL color Cylindrical-coordinate representation of color #2FDBFC: hue angle of 189.66º 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 #2FDBFC is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 219 | 252 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.01 |
| HSL | 189.66º | 0.97% | 0.59% | - |
| HSV(B) | 189.66º | 0.81% | 0.99% | - |
| XYZ | 44.07 | 58.3 | 101.02 | - |
| YUV | 171.33 | 173.52 | 39.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 252 | 0.81 | 0.13 | 0 | 0.01 | 189.66 | 0.97 | 0.59 |
| Hex | 2F | DB | FC | 51 | D | 0 | 1 | BE | 61 | 3B |
| Octal | 57 | 333 | 374 | 121 | 15 | 0 | 1 | 276 | 141 | 73 |
| Binary | 101111 | 11011011 | 11111100 | 1010001 | 1101 | 0 | 1 | 10111110 | 1100001 | 111011 |
Color Harmonies of #2FDBFC
Complementary color
Monochromatic Colors of #2FDBFC
Black with #2FDBFC
Text Example
Text Example
White with #2FDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDBFC; }
p { color: rgb(47,219,252); }
H1.HeaderClassName
{
color: #2FDBFC;
}
.AnyTagClassName
{
color: #2FDBFC;
}
</style>
background-color css
<style>
a { background-color: #2FDBFC; }
a { background-color: rgb(47,219,252); }
div.DivClassName
{
background-color: #2FDBFC;
}
.BgClassName
{
background-color: #2FDBFC;
}
</style>
border-color css
<style>
span { border-color: #2FDBFC; }
span { border-color: rgb(47,219,252); }
td.TdClassName
{
border-color: #2FDBFC;
}
.TagClassName
{
border-color: #2FDBFC;
}
</style>