Shades of Turquoise #2CDFF1
Tints of Turquoise #2CDFF1
RGB
CMYK
RGB Variations
Color information
#2CDFF1 (or 0x2CDFF1) is known color: Turquoise. HEX triplet: 2C, DF and F1. RGB value is (44,223,241). Sum of RGB (Red+Green+Blue) = 44+223+241=508 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.66% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #2CDFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDFF1 is #D3200E. Grayscale: #ABABAB. Windows color (decimal): -13836303 or 15851308. OLE color: 15851308.
HSL color Cylindrical-coordinate representation of color #2CDFF1: hue angle of 185.48º 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 #2CDFF1 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 223 | 241 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.05 |
| HSL | 185.48º | 0.88% | 0.56% | - |
| HSV(B) | 185.48º | 0.82% | 0.95% | - |
| XYZ | 43.3 | 59.66 | 92.45 | - |
| YUV | 171.53 | 167.2 | 37.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 223 | 241 | 0.82 | 0.07 | 0 | 0.05 | 185.48 | 0.88 | 0.56 |
| Hex | 2C | DF | F1 | 52 | 7 | 0 | 5 | B9 | 58 | 38 |
| Octal | 54 | 337 | 361 | 122 | 7 | 0 | 5 | 271 | 130 | 70 |
| Binary | 101100 | 11011111 | 11110001 | 1010010 | 111 | 0 | 101 | 10111001 | 1011000 | 111000 |
Color Harmonies of #2CDFF1
Complementary color
Monochromatic Colors of #2CDFF1
Black with #2CDFF1
Text Example
Text Example
White with #2CDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDFF1; }
p { color: rgb(44,223,241); }
H1.HeaderClassName
{
color: #2CDFF1;
}
.AnyTagClassName
{
color: #2CDFF1;
}
</style>
background-color css
<style>
a { background-color: #2CDFF1; }
a { background-color: rgb(44,223,241); }
div.DivClassName
{
background-color: #2CDFF1;
}
.BgClassName
{
background-color: #2CDFF1;
}
</style>
border-color css
<style>
span { border-color: #2CDFF1; }
span { border-color: rgb(44,223,241); }
td.TdClassName
{
border-color: #2CDFF1;
}
.TagClassName
{
border-color: #2CDFF1;
}
</style>