Shades of Bright Turquoise #1CD2EF
Tints of Bright Turquoise #1CD2EF
RGB
CMYK
RGB Variations
Color information
#1CD2EF (or 0x1CD2EF) is known color: Bright Turquoise. HEX triplet: 1C, D2 and EF. RGB value is (28,210,239). Sum of RGB (Red+Green+Blue) = 28+210+239=477 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.87% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #1CD2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CD2EF is #E32D10. Grayscale: #9E9E9E. Windows color (decimal): -14888209 or 15716892. OLE color: 15716892.
HSL color Cylindrical-coordinate representation of color #1CD2EF: hue angle of 188.25º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CD2EF is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 210 | 239 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.06 |
| HSL | 188.25º | 0.87% | 0.52% | - |
| HSV(B) | 188.25º | 0.88% | 0.94% | - |
| XYZ | 39.11 | 52.57 | 89.75 | - |
| YUV | 158.89 | 173.2 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 210 | 239 | 0.88 | 0.12 | 0 | 0.06 | 188.25 | 0.87 | 0.52 |
| Hex | 1C | D2 | EF | 58 | C | 0 | 6 | BC | 57 | 34 |
| Octal | 34 | 322 | 357 | 130 | 14 | 0 | 6 | 274 | 127 | 64 |
| Binary | 11100 | 11010010 | 11101111 | 1011000 | 1100 | 0 | 110 | 10111100 | 1010111 | 110100 |
Color Harmonies of #1CD2EF
Complementary color
Monochromatic Colors of #1CD2EF
Black with #1CD2EF
Text Example
Text Example
White with #1CD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD2EF; }
p { color: rgb(28,210,239); }
H1.HeaderClassName
{
color: #1CD2EF;
}
.AnyTagClassName
{
color: #1CD2EF;
}
</style>
background-color css
<style>
a { background-color: #1CD2EF; }
a { background-color: rgb(28,210,239); }
div.DivClassName
{
background-color: #1CD2EF;
}
.BgClassName
{
background-color: #1CD2EF;
}
</style>
border-color css
<style>
span { border-color: #1CD2EF; }
span { border-color: rgb(28,210,239); }
td.TdClassName
{
border-color: #1CD2EF;
}
.TagClassName
{
border-color: #1CD2EF;
}
</style>