Shades of Turquoise #2CFBDA
Tints of Turquoise #2CFBDA
RGB
CMYK
RGB Variations
Color information
#2CFBDA (or 0x2CFBDA) is known color: Turquoise. HEX triplet: 2C, FB and DA. RGB value is (44,251,218). Sum of RGB (Red+Green+Blue) = 44+251+218=513 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.58% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 251 - color contains mainly: green. Hex color #2CFBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFBDA is #D30425. Grayscale: #B9B9B9. Windows color (decimal): -13829158 or 14351148. OLE color: 14351148.
HSL color Cylindrical-coordinate representation of color #2CFBDA: hue angle of 170.43º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFBDA is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 251 | 218 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.02 |
| HSL | 170.43º | 0.96% | 0.58% | - |
| HSV(B) | 170.43º | 0.82% | 0.98% | - |
| XYZ | 48.19 | 74.59 | 78.19 | - |
| YUV | 185.35 | 146.42 | 27.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 251 | 218 | 0.82 | 0 | 0.13 | 0.02 | 170.43 | 0.96 | 0.58 |
| Hex | 2C | FB | DA | 52 | 0 | D | 2 | AA | 60 | 3A |
| Octal | 54 | 373 | 332 | 122 | 0 | 15 | 2 | 252 | 140 | 72 |
| Binary | 101100 | 11111011 | 11011010 | 1010010 | 0 | 1101 | 10 | 10101010 | 1100000 | 111010 |
Color Harmonies of #2CFBDA
Complementary color
Monochromatic Colors of #2CFBDA
Black with #2CFBDA
Text Example
Text Example
White with #2CFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFBDA; }
p { color: rgb(44,251,218); }
H1.HeaderClassName
{
color: #2CFBDA;
}
.AnyTagClassName
{
color: #2CFBDA;
}
</style>
background-color css
<style>
a { background-color: #2CFBDA; }
a { background-color: rgb(44,251,218); }
div.DivClassName
{
background-color: #2CFBDA;
}
.BgClassName
{
background-color: #2CFBDA;
}
</style>
border-color css
<style>
span { border-color: #2CFBDA; }
span { border-color: rgb(44,251,218); }
td.TdClassName
{
border-color: #2CFBDA;
}
.TagClassName
{
border-color: #2CFBDA;
}
</style>