Shades of Turquoise #2FDCDC
Tints of Turquoise #2FDCDC
RGB
CMYK
RGB Variations
Color information
#2FDCDC (or 0x2FDCDC) is known color: Turquoise. HEX triplet: 2F, DC and DC. RGB value is (47,220,220). Sum of RGB (Red+Green+Blue) = 47+220+220=487 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.65% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #2FDCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDCDC is #D02323. Grayscale: #A8A8A8. Windows color (decimal): -13640484 or 14474287. OLE color: 14474287.
HSL color Cylindrical-coordinate representation of color #2FDCDC: hue angle of 180º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDCDC is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 220 | - |
| CMYK | 0.79 | 0 | 0 | 0.14 |
| HSL | 180º | 0.71% | 0.52% | - |
| HSV(B) | 180º | 0.79% | 0.86% | - |
| XYZ | 39.68 | 56.96 | 76.61 | - |
| YUV | 168.27 | 157.19 | 41.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 220 | 0.79 | 0 | 0 | 0.14 | 180 | 0.71 | 0.52 |
| Hex | 2F | DC | DC | 4F | 0 | 0 | E | B4 | 47 | 34 |
| Octal | 57 | 334 | 334 | 117 | 0 | 0 | 16 | 264 | 107 | 64 |
| Binary | 101111 | 11011100 | 11011100 | 1001111 | 0 | 0 | 1110 | 10110100 | 1000111 | 110100 |
Color Harmonies of #2FDCDC
Complementary color
Monochromatic Colors of #2FDCDC
Black with #2FDCDC
Text Example
Text Example
White with #2FDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDCDC; }
p { color: rgb(47,220,220); }
H1.HeaderClassName
{
color: #2FDCDC;
}
.AnyTagClassName
{
color: #2FDCDC;
}
</style>
background-color css
<style>
a { background-color: #2FDCDC; }
a { background-color: rgb(47,220,220); }
div.DivClassName
{
background-color: #2FDCDC;
}
.BgClassName
{
background-color: #2FDCDC;
}
</style>
border-color css
<style>
span { border-color: #2FDCDC; }
span { border-color: rgb(47,220,220); }
td.TdClassName
{
border-color: #2FDCDC;
}
.TagClassName
{
border-color: #2FDCDC;
}
</style>