Shades of Dark Turquoise #1CCBE1
Tints of Dark Turquoise #1CCBE1
RGB
CMYK
RGB Variations
Color information
#1CCBE1 (or 0x1CCBE1) is known color: Dark Turquoise. HEX triplet: 1C, CB and E1. RGB value is (28,203,225). Sum of RGB (Red+Green+Blue) = 28+203+225=456 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.14% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #1CCBE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCBE1 is #E3341E. Grayscale: #989898. Windows color (decimal): -14890015 or 14797596. OLE color: 14797596.
HSL color Cylindrical-coordinate representation of color #1CCBE1: hue angle of 186.7º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCBE1 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 203 | 225 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.12 |
| HSL | 186.7º | 0.78% | 0.5% | - |
| HSV(B) | 186.7º | 0.88% | 0.88% | - |
| XYZ | 35.43 | 48.39 | 78.71 | - |
| YUV | 153.18 | 168.52 | 38.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 203 | 225 | 0.88 | 0.10 | 0 | 0.12 | 186.7 | 0.78 | 0.5 |
| Hex | 1C | CB | E1 | 58 | A | 0 | C | BB | 4E | 32 |
| Octal | 34 | 313 | 341 | 130 | 12 | 0 | 14 | 273 | 116 | 62 |
| Binary | 11100 | 11001011 | 11100001 | 1011000 | 1010 | 0 | 1100 | 10111011 | 1001110 | 110010 |
Color Harmonies of #1CCBE1
Complementary color
Monochromatic Colors of #1CCBE1
Black with #1CCBE1
Text Example
Text Example
White with #1CCBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCBE1; }
p { color: rgb(28,203,225); }
H1.HeaderClassName
{
color: #1CCBE1;
}
.AnyTagClassName
{
color: #1CCBE1;
}
</style>
background-color css
<style>
a { background-color: #1CCBE1; }
a { background-color: rgb(28,203,225); }
div.DivClassName
{
background-color: #1CCBE1;
}
.BgClassName
{
background-color: #1CCBE1;
}
</style>
border-color css
<style>
span { border-color: #1CCBE1; }
span { border-color: rgb(28,203,225); }
td.TdClassName
{
border-color: #1CCBE1;
}
.TagClassName
{
border-color: #1CCBE1;
}
</style>