Shades of Turquoise #2FDCFD
Tints of Turquoise #2FDCFD
RGB
CMYK
RGB Variations
Color information
#2FDCFD (or 0x2FDCFD) is known color: Turquoise. HEX triplet: 2F, DC and FD. RGB value is (47,220,253). Sum of RGB (Red+Green+Blue) = 47+220+253=520 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.04% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #2FDCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDCFD is #D02302. Grayscale: #ABABAB. Windows color (decimal): -13640451 or 16636975. OLE color: 16636975.
HSL color Cylindrical-coordinate representation of color #2FDCFD: hue angle of 189.61º 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 #2FDCFD is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 220 | 253 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.01 |
| HSL | 189.61º | 0.98% | 0.59% | - |
| HSV(B) | 189.61º | 0.81% | 0.99% | - |
| XYZ | 44.5 | 58.88 | 101.95 | - |
| YUV | 172.04 | 173.69 | 38.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 253 | 0.81 | 0.13 | 0 | 0.01 | 189.61 | 0.98 | 0.59 |
| Hex | 2F | DC | FD | 51 | D | 0 | 1 | BE | 62 | 3B |
| Octal | 57 | 334 | 375 | 121 | 15 | 0 | 1 | 276 | 142 | 73 |
| Binary | 101111 | 11011100 | 11111101 | 1010001 | 1101 | 0 | 1 | 10111110 | 1100010 | 111011 |
Color Harmonies of #2FDCFD
Complementary color
Monochromatic Colors of #2FDCFD
Black with #2FDCFD
Text Example
Text Example
White with #2FDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDCFD; }
p { color: rgb(47,220,253); }
H1.HeaderClassName
{
color: #2FDCFD;
}
.AnyTagClassName
{
color: #2FDCFD;
}
</style>
background-color css
<style>
a { background-color: #2FDCFD; }
a { background-color: rgb(47,220,253); }
div.DivClassName
{
background-color: #2FDCFD;
}
.BgClassName
{
background-color: #2FDCFD;
}
</style>
border-color css
<style>
span { border-color: #2FDCFD; }
span { border-color: rgb(47,220,253); }
td.TdClassName
{
border-color: #2FDCFD;
}
.TagClassName
{
border-color: #2FDCFD;
}
</style>