Shades of Turquoise #2DFECC
Tints of Turquoise #2DFECC
RGB
CMYK
RGB Variations
Color information
#2DFECC (or 0x2DFECC) is known color: Turquoise. HEX triplet: 2D, FE and CC. RGB value is (45,254,204). Sum of RGB (Red+Green+Blue) = 45+254+204=503 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.95% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFECC is #D20133. Grayscale: #B9B9B9. Windows color (decimal): -13762868 or 13434413. OLE color: 13434413.
HSL color Cylindrical-coordinate representation of color #2DFECC: hue angle of 165.65º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFECC is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 254 | 204 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.00 |
| HSL | 165.65º | 0.99% | 0.59% | - |
| HSV(B) | 165.65º | 0.82% | 1% | - |
| XYZ | 47.42 | 75.8 | 69.26 | - |
| YUV | 185.81 | 138.26 | 27.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 254 | 204 | 0.82 | 0 | 0.20 | 0.00 | 165.65 | 0.99 | 0.59 |
| Hex | 2D | FE | CC | 52 | 0 | 14 | 0 | A6 | 63 | 3B |
| Octal | 55 | 376 | 314 | 122 | 0 | 24 | 0 | 246 | 143 | 73 |
| Binary | 101101 | 11111110 | 11001100 | 1010010 | 0 | 10100 | 0 | 10100110 | 1100011 | 111011 |
Color Harmonies of #2DFECC
Complementary color
Monochromatic Colors of #2DFECC
Black with #2DFECC
Text Example
Text Example
White with #2DFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFECC; }
p { color: rgb(45,254,204); }
H1.HeaderClassName
{
color: #2DFECC;
}
.AnyTagClassName
{
color: #2DFECC;
}
</style>
background-color css
<style>
a { background-color: #2DFECC; }
a { background-color: rgb(45,254,204); }
div.DivClassName
{
background-color: #2DFECC;
}
.BgClassName
{
background-color: #2DFECC;
}
</style>
border-color css
<style>
span { border-color: #2DFECC; }
span { border-color: rgb(45,254,204); }
td.TdClassName
{
border-color: #2DFECC;
}
.TagClassName
{
border-color: #2DFECC;
}
</style>