Shades of Turquoise #2FDBFD
Tints of Turquoise #2FDBFD
RGB
CMYK
RGB Variations
Color information
#2FDBFD (or 0x2FDBFD) is known color: Turquoise. HEX triplet: 2F, DB and FD. RGB value is (47,219,253). Sum of RGB (Red+Green+Blue) = 47+219+253=519 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.06% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #2FDBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDBFD is #D02402. Grayscale: #ABABAB. Windows color (decimal): -13640707 or 16636719. OLE color: 16636719.
HSL color Cylindrical-coordinate representation of color #2FDBFD: hue angle of 189.9º degrees, saturation: 0.98, 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 #2FDBFD is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 219 | 253 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.01 |
| HSL | 189.9º | 0.98% | 0.59% | - |
| HSV(B) | 189.9º | 0.81% | 0.99% | - |
| XYZ | 44.23 | 58.36 | 101.86 | - |
| YUV | 171.45 | 174.02 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 253 | 0.81 | 0.13 | 0 | 0.01 | 189.9 | 0.98 | 0.59 |
| Hex | 2F | DB | FD | 51 | D | 0 | 1 | BE | 62 | 3B |
| Octal | 57 | 333 | 375 | 121 | 15 | 0 | 1 | 276 | 142 | 73 |
| Binary | 101111 | 11011011 | 11111101 | 1010001 | 1101 | 0 | 1 | 10111110 | 1100010 | 111011 |
Color Harmonies of #2FDBFD
Complementary color
Monochromatic Colors of #2FDBFD
Black with #2FDBFD
Text Example
Text Example
White with #2FDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDBFD; }
p { color: rgb(47,219,253); }
H1.HeaderClassName
{
color: #2FDBFD;
}
.AnyTagClassName
{
color: #2FDBFD;
}
</style>
background-color css
<style>
a { background-color: #2FDBFD; }
a { background-color: rgb(47,219,253); }
div.DivClassName
{
background-color: #2FDBFD;
}
.BgClassName
{
background-color: #2FDBFD;
}
</style>
border-color css
<style>
span { border-color: #2FDBFD; }
span { border-color: rgb(47,219,253); }
td.TdClassName
{
border-color: #2FDBFD;
}
.TagClassName
{
border-color: #2FDBFD;
}
</style>