Shades of Turquoise #2CDFEE
Tints of Turquoise #2CDFEE
RGB
CMYK
RGB Variations
Color information
#2CDFEE (or 0x2CDFEE) is known color: Turquoise. HEX triplet: 2C, DF and EE. RGB value is (44,223,238). Sum of RGB (Red+Green+Blue) = 44+223+238=505 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.71% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #2CDFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDFEE is #D32011. Grayscale: #AAAAAA. Windows color (decimal): -13836306 or 15654700. OLE color: 15654700.
HSL color Cylindrical-coordinate representation of color #2CDFEE: hue angle of 184.64º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CDFEE is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 223 | 238 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.07 |
| HSL | 184.64º | 0.85% | 0.55% | - |
| HSV(B) | 184.64º | 0.82% | 0.93% | - |
| XYZ | 42.86 | 59.48 | 90.11 | - |
| YUV | 171.19 | 165.7 | 37.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 223 | 238 | 0.82 | 0.06 | 0 | 0.07 | 184.64 | 0.85 | 0.55 |
| Hex | 2C | DF | EE | 52 | 6 | 0 | 7 | B9 | 55 | 37 |
| Octal | 54 | 337 | 356 | 122 | 6 | 0 | 7 | 271 | 125 | 67 |
| Binary | 101100 | 11011111 | 11101110 | 1010010 | 110 | 0 | 111 | 10111001 | 1010101 | 110111 |
Color Harmonies of #2CDFEE
Complementary color
Monochromatic Colors of #2CDFEE
Black with #2CDFEE
Text Example
Text Example
White with #2CDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDFEE; }
p { color: rgb(44,223,238); }
H1.HeaderClassName
{
color: #2CDFEE;
}
.AnyTagClassName
{
color: #2CDFEE;
}
</style>
background-color css
<style>
a { background-color: #2CDFEE; }
a { background-color: rgb(44,223,238); }
div.DivClassName
{
background-color: #2CDFEE;
}
.BgClassName
{
background-color: #2CDFEE;
}
</style>
border-color css
<style>
span { border-color: #2CDFEE; }
span { border-color: rgb(44,223,238); }
td.TdClassName
{
border-color: #2CDFEE;
}
.TagClassName
{
border-color: #2CDFEE;
}
</style>