Shades of Bright Turquoise #1CD3E6
Tints of Bright Turquoise #1CD3E6
RGB
CMYK
RGB Variations
Color information
#1CD3E6 (or 0x1CD3E6) is known color: Bright Turquoise. HEX triplet: 1C, D3 and E6. RGB value is (28,211,230). Sum of RGB (Red+Green+Blue) = 28+211+230=469 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.97% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #1CD3E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CD3E6 is #E32C19. Grayscale: #9E9E9E. Windows color (decimal): -14887962 or 15127324. OLE color: 15127324.
HSL color Cylindrical-coordinate representation of color #1CD3E6: hue angle of 185.64º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CD3E6 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 211 | 230 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.10 |
| HSL | 185.64º | 0.8% | 0.51% | - |
| HSV(B) | 185.64º | 0.88% | 0.9% | - |
| XYZ | 38.06 | 52.55 | 83 | - |
| YUV | 158.45 | 168.37 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 211 | 230 | 0.88 | 0.08 | 0 | 0.10 | 185.64 | 0.8 | 0.51 |
| Hex | 1C | D3 | E6 | 58 | 8 | 0 | A | BA | 50 | 33 |
| Octal | 34 | 323 | 346 | 130 | 10 | 0 | 12 | 272 | 120 | 63 |
| Binary | 11100 | 11010011 | 11100110 | 1011000 | 1000 | 0 | 1010 | 10111010 | 1010000 | 110011 |
Color Harmonies of #1CD3E6
Complementary color
Monochromatic Colors of #1CD3E6
Black with #1CD3E6
Text Example
Text Example
White with #1CD3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD3E6; }
p { color: rgb(28,211,230); }
H1.HeaderClassName
{
color: #1CD3E6;
}
.AnyTagClassName
{
color: #1CD3E6;
}
</style>
background-color css
<style>
a { background-color: #1CD3E6; }
a { background-color: rgb(28,211,230); }
div.DivClassName
{
background-color: #1CD3E6;
}
.BgClassName
{
background-color: #1CD3E6;
}
</style>
border-color css
<style>
span { border-color: #1CD3E6; }
span { border-color: rgb(28,211,230); }
td.TdClassName
{
border-color: #1CD3E6;
}
.TagClassName
{
border-color: #1CD3E6;
}
</style>