Shades of Bright Turquoise #1CDEEE
Tints of Bright Turquoise #1CDEEE
RGB
CMYK
RGB Variations
Color information
#1CDEEE (or 0x1CDEEE) is known color: Bright Turquoise. HEX triplet: 1C, DE and EE. RGB value is (28,222,238). Sum of RGB (Red+Green+Blue) = 28+222+238=488 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.74% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #1CDEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDEEE is #E32111. Grayscale: #A5A5A5. Windows color (decimal): -14885138 or 15654428. OLE color: 15654428.
HSL color Cylindrical-coordinate representation of color #1CDEEE: hue angle of 184.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CDEEE is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 222 | 238 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.07 |
| HSL | 184.57º | 0.86% | 0.52% | - |
| HSV(B) | 184.57º | 0.88% | 0.93% | - |
| XYZ | 42.03 | 58.66 | 90 | - |
| YUV | 165.82 | 168.73 | 29.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 222 | 238 | 0.88 | 0.07 | 0 | 0.07 | 184.57 | 0.86 | 0.52 |
| Hex | 1C | DE | EE | 58 | 7 | 0 | 7 | B9 | 56 | 34 |
| Octal | 34 | 336 | 356 | 130 | 7 | 0 | 7 | 271 | 126 | 64 |
| Binary | 11100 | 11011110 | 11101110 | 1011000 | 111 | 0 | 111 | 10111001 | 1010110 | 110100 |
Color Harmonies of #1CDEEE
Complementary color
Monochromatic Colors of #1CDEEE
Black with #1CDEEE
Text Example
Text Example
White with #1CDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDEEE; }
p { color: rgb(28,222,238); }
H1.HeaderClassName
{
color: #1CDEEE;
}
.AnyTagClassName
{
color: #1CDEEE;
}
</style>
background-color css
<style>
a { background-color: #1CDEEE; }
a { background-color: rgb(28,222,238); }
div.DivClassName
{
background-color: #1CDEEE;
}
.BgClassName
{
background-color: #1CDEEE;
}
</style>
border-color css
<style>
span { border-color: #1CDEEE; }
span { border-color: rgb(28,222,238); }
td.TdClassName
{
border-color: #1CDEEE;
}
.TagClassName
{
border-color: #1CDEEE;
}
</style>