Shades of Turquoise #2CDDF0
Tints of Turquoise #2CDDF0
RGB
CMYK
RGB Variations
Color information
#2CDDF0 (or 0x2CDDF0) is known color: Turquoise. HEX triplet: 2C, DD and F0. RGB value is (44,221,240). Sum of RGB (Red+Green+Blue) = 44+221+240=505 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.71% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #2CDDF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDDF0 is #D3220F. Grayscale: #A9A9A9. Windows color (decimal): -13836816 or 15785260. OLE color: 15785260.
HSL color Cylindrical-coordinate representation of color #2CDDF0: hue angle of 185.82º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CDDF0 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 221 | 240 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.06 |
| HSL | 185.82º | 0.87% | 0.56% | - |
| HSV(B) | 185.82º | 0.82% | 0.94% | - |
| XYZ | 42.62 | 58.54 | 91.49 | - |
| YUV | 170.24 | 167.36 | 37.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 240 | 0.82 | 0.08 | 0 | 0.06 | 185.82 | 0.87 | 0.56 |
| Hex | 2C | DD | F0 | 52 | 8 | 0 | 6 | BA | 57 | 38 |
| Octal | 54 | 335 | 360 | 122 | 10 | 0 | 6 | 272 | 127 | 70 |
| Binary | 101100 | 11011101 | 11110000 | 1010010 | 1000 | 0 | 110 | 10111010 | 1010111 | 111000 |
Color Harmonies of #2CDDF0
Complementary color
Monochromatic Colors of #2CDDF0
Black with #2CDDF0
Text Example
Text Example
White with #2CDDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDDF0; }
p { color: rgb(44,221,240); }
H1.HeaderClassName
{
color: #2CDDF0;
}
.AnyTagClassName
{
color: #2CDDF0;
}
</style>
background-color css
<style>
a { background-color: #2CDDF0; }
a { background-color: rgb(44,221,240); }
div.DivClassName
{
background-color: #2CDDF0;
}
.BgClassName
{
background-color: #2CDDF0;
}
</style>
border-color css
<style>
span { border-color: #2CDDF0; }
span { border-color: rgb(44,221,240); }
td.TdClassName
{
border-color: #2CDDF0;
}
.TagClassName
{
border-color: #2CDDF0;
}
</style>