Shades of Turquoise #2CFFCC
Tints of Turquoise #2CFFCC
RGB
CMYK
RGB Variations
Color information
#2CFFCC (or 0x2CFFCC) is known color: Turquoise. HEX triplet: 2C, FF and CC. RGB value is (44,255,204). Sum of RGB (Red+Green+Blue) = 44+255+204=503 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.75% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFFCC is #D30033. Grayscale: #BABABA. Windows color (decimal): -13828148 or 13434668. OLE color: 13434668.
HSL color Cylindrical-coordinate representation of color #2CFFCC: hue angle of 165.5º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFFCC is Cyan = 0.83, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 204 | - |
| CMYK | 0.83 | 0 | 0.2 | 0 |
| HSL | 165.5º | 1% | 0.59% | - |
| HSV(B) | 165.5º | 0.83% | 1% | - |
| XYZ | 47.7 | 76.42 | 69.36 | - |
| YUV | 186.1 | 138.1 | 26.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 204 | 0.83 | 0 | 0.2 | 0 | 165.5 | 1 | 0.59 |
| Hex | 2C | FF | CC | 53 | 0 | 14 | 0 | A5 | 64 | 3B |
| Octal | 54 | 377 | 314 | 123 | 0 | 24 | 0 | 245 | 144 | 73 |
| Binary | 101100 | 11111111 | 11001100 | 1010011 | 0 | 10100 | 0 | 10100101 | 1100100 | 111011 |
Color Harmonies of #2CFFCC
Complementary color
Monochromatic Colors of #2CFFCC
Black with #2CFFCC
Text Example
Text Example
White with #2CFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFCC; }
p { color: rgb(44,255,204); }
H1.HeaderClassName
{
color: #2CFFCC;
}
.AnyTagClassName
{
color: #2CFFCC;
}
</style>
background-color css
<style>
a { background-color: #2CFFCC; }
a { background-color: rgb(44,255,204); }
div.DivClassName
{
background-color: #2CFFCC;
}
.BgClassName
{
background-color: #2CFFCC;
}
</style>
border-color css
<style>
span { border-color: #2CFFCC; }
span { border-color: rgb(44,255,204); }
td.TdClassName
{
border-color: #2CFFCC;
}
.TagClassName
{
border-color: #2CFFCC;
}
</style>