Shades of Turquoise #2CF8CA
Tints of Turquoise #2CF8CA
RGB
CMYK
RGB Variations
Color information
#2CF8CA (or 0x2CF8CA) is known color: Turquoise. HEX triplet: 2C, F8 and CA. RGB value is (44,248,202). Sum of RGB (Red+Green+Blue) = 44+248+202=494 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.91% from 494); Green value is 248 (97.27% from 255 or 50.20% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 248 - color contains mainly: green. Hex color #2CF8CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF8CA is #D30735. Grayscale: #B5B5B5. Windows color (decimal): -13829942 or 13301804. OLE color: 13301804.
HSL color Cylindrical-coordinate representation of color #2CF8CA: hue angle of 166.47º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF8CA is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 248 | 202 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.03 |
| HSL | 166.47º | 0.94% | 0.57% | - |
| HSV(B) | 166.47º | 0.82% | 0.97% | - |
| XYZ | 45.27 | 71.93 | 67.38 | - |
| YUV | 181.76 | 139.41 | 29.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 248 | 202 | 0.82 | 0 | 0.19 | 0.03 | 166.47 | 0.94 | 0.57 |
| Hex | 2C | F8 | CA | 52 | 0 | 13 | 3 | A6 | 5E | 39 |
| Octal | 54 | 370 | 312 | 122 | 0 | 23 | 3 | 246 | 136 | 71 |
| Binary | 101100 | 11111000 | 11001010 | 1010010 | 0 | 10011 | 11 | 10100110 | 1011110 | 111001 |
Color Harmonies of #2CF8CA
Complementary color
Monochromatic Colors of #2CF8CA
Black with #2CF8CA
Text Example
Text Example
White with #2CF8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF8CA; }
p { color: rgb(44,248,202); }
H1.HeaderClassName
{
color: #2CF8CA;
}
.AnyTagClassName
{
color: #2CF8CA;
}
</style>
background-color css
<style>
a { background-color: #2CF8CA; }
a { background-color: rgb(44,248,202); }
div.DivClassName
{
background-color: #2CF8CA;
}
.BgClassName
{
background-color: #2CF8CA;
}
</style>
border-color css
<style>
span { border-color: #2CF8CA; }
span { border-color: rgb(44,248,202); }
td.TdClassName
{
border-color: #2CF8CA;
}
.TagClassName
{
border-color: #2CF8CA;
}
</style>