Shades of Turquoise #2FDEFD
Tints of Turquoise #2FDEFD
RGB
CMYK
RGB Variations
Color information
#2FDEFD (or 0x2FDEFD) is known color: Turquoise. HEX triplet: 2F, DE and FD. RGB value is (47,222,253). Sum of RGB (Red+Green+Blue) = 47+222+253=522 (69% of max value = 765). Red value is 47 (18.75% from 255 or 9.00% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #2FDEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDEFD is #D02102. Grayscale: #ACACAC. Windows color (decimal): -13639939 or 16637487. OLE color: 16637487.
HSL color Cylindrical-coordinate representation of color #2FDEFD: hue angle of 189.03º 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 #2FDEFD is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 222 | 253 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.01 |
| HSL | 189.03º | 0.98% | 0.59% | - |
| HSV(B) | 189.03º | 0.81% | 0.99% | - |
| XYZ | 45.02 | 59.94 | 102.12 | - |
| YUV | 173.21 | 173.02 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 222 | 253 | 0.81 | 0.12 | 0 | 0.01 | 189.03 | 0.98 | 0.59 |
| Hex | 2F | DE | FD | 51 | C | 0 | 1 | BD | 62 | 3B |
| Octal | 57 | 336 | 375 | 121 | 14 | 0 | 1 | 275 | 142 | 73 |
| Binary | 101111 | 11011110 | 11111101 | 1010001 | 1100 | 0 | 1 | 10111101 | 1100010 | 111011 |
Color Harmonies of #2FDEFD
Complementary color
Monochromatic Colors of #2FDEFD
Black with #2FDEFD
Text Example
Text Example
White with #2FDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDEFD; }
p { color: rgb(47,222,253); }
H1.HeaderClassName
{
color: #2FDEFD;
}
.AnyTagClassName
{
color: #2FDEFD;
}
</style>
background-color css
<style>
a { background-color: #2FDEFD; }
a { background-color: rgb(47,222,253); }
div.DivClassName
{
background-color: #2FDEFD;
}
.BgClassName
{
background-color: #2FDEFD;
}
</style>
border-color css
<style>
span { border-color: #2FDEFD; }
span { border-color: rgb(47,222,253); }
td.TdClassName
{
border-color: #2FDEFD;
}
.TagClassName
{
border-color: #2FDEFD;
}
</style>