Shades of Bright Turquoise #2CDFFF
Tints of Bright Turquoise #2CDFFF
RGB
CMYK
RGB Variations
Color information
#2CDFFF (or 0x2CDFFF) is known color: Bright Turquoise. HEX triplet: 2C, DF and FF. RGB value is (44,223,255). Sum of RGB (Red+Green+Blue) = 44+223+255=522 (69% of max value = 765). Red value is 44 (17.58% from 255 or 8.43% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #2CDFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDFFF is #D32000. Grayscale: #ACACAC. Windows color (decimal): -13836289 or 16768812. OLE color: 16768812.
HSL color Cylindrical-coordinate representation of color #2CDFFF: hue angle of 189.1º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CDFFF is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 223 | 255 | - |
| CMYK | 0.83 | 0.13 | 0 | 0 |
| HSL | 189.1º | 1% | 0.59% | - |
| HSV(B) | 189.1º | 0.83% | 1% | - |
| XYZ | 45.48 | 60.53 | 103.89 | - |
| YUV | 173.13 | 174.2 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 223 | 255 | 0.83 | 0.13 | 0 | 0 | 189.1 | 1 | 0.59 |
| Hex | 2C | DF | FF | 53 | D | 0 | 0 | BD | 64 | 3B |
| Octal | 54 | 337 | 377 | 123 | 15 | 0 | 0 | 275 | 144 | 73 |
| Binary | 101100 | 11011111 | 11111111 | 1010011 | 1101 | 0 | 0 | 10111101 | 1100100 | 111011 |
Color Harmonies of #2CDFFF
Complementary color
Monochromatic Colors of #2CDFFF
Black with #2CDFFF
Text Example
Text Example
White with #2CDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDFFF; }
p { color: rgb(44,223,255); }
H1.HeaderClassName
{
color: #2CDFFF;
}
.AnyTagClassName
{
color: #2CDFFF;
}
</style>
background-color css
<style>
a { background-color: #2CDFFF; }
a { background-color: rgb(44,223,255); }
div.DivClassName
{
background-color: #2CDFFF;
}
.BgClassName
{
background-color: #2CDFFF;
}
</style>
border-color css
<style>
span { border-color: #2CDFFF; }
span { border-color: rgb(44,223,255); }
td.TdClassName
{
border-color: #2CDFFF;
}
.TagClassName
{
border-color: #2CDFFF;
}
</style>