Shades of Turquoise #2CDBF1
Tints of Turquoise #2CDBF1
RGB
CMYK
RGB Variations
Color information
#2CDBF1 (or 0x2CDBF1) is known color: Turquoise. HEX triplet: 2C, DB and F1. RGB value is (44,219,241). Sum of RGB (Red+Green+Blue) = 44+219+241=504 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.73% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #2CDBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDBF1 is #D3240E. Grayscale: #A8A8A8. Windows color (decimal): -13837327 or 15850284. OLE color: 15850284.
HSL color Cylindrical-coordinate representation of color #2CDBF1: hue angle of 186.7º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CDBF1 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 219 | 241 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.05 |
| HSL | 186.7º | 0.88% | 0.56% | - |
| HSV(B) | 186.7º | 0.82% | 0.95% | - |
| XYZ | 42.25 | 57.55 | 92.1 | - |
| YUV | 169.18 | 168.52 | 38.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 219 | 241 | 0.82 | 0.09 | 0 | 0.05 | 186.7 | 0.88 | 0.56 |
| Hex | 2C | DB | F1 | 52 | 9 | 0 | 5 | BB | 58 | 38 |
| Octal | 54 | 333 | 361 | 122 | 11 | 0 | 5 | 273 | 130 | 70 |
| Binary | 101100 | 11011011 | 11110001 | 1010010 | 1001 | 0 | 101 | 10111011 | 1011000 | 111000 |
Color Harmonies of #2CDBF1
Complementary color
Monochromatic Colors of #2CDBF1
Black with #2CDBF1
Text Example
Text Example
White with #2CDBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDBF1; }
p { color: rgb(44,219,241); }
H1.HeaderClassName
{
color: #2CDBF1;
}
.AnyTagClassName
{
color: #2CDBF1;
}
</style>
background-color css
<style>
a { background-color: #2CDBF1; }
a { background-color: rgb(44,219,241); }
div.DivClassName
{
background-color: #2CDBF1;
}
.BgClassName
{
background-color: #2CDBF1;
}
</style>
border-color css
<style>
span { border-color: #2CDBF1; }
span { border-color: rgb(44,219,241); }
td.TdClassName
{
border-color: #2CDBF1;
}
.TagClassName
{
border-color: #2CDBF1;
}
</style>