Shades of Dark Turquoise #1CCBDA
Tints of Dark Turquoise #1CCBDA
RGB
CMYK
RGB Variations
Color information
#1CCBDA (or 0x1CCBDA) is known color: Dark Turquoise. HEX triplet: 1C, CB and DA. RGB value is (28,203,218). Sum of RGB (Red+Green+Blue) = 28+203+218=449 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.24% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #1CCBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCBDA is #E33425. Grayscale: #989898. Windows color (decimal): -14890022 or 14338844. OLE color: 14338844.
HSL color Cylindrical-coordinate representation of color #1CCBDA: hue angle of 184.74º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CCBDA is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 28 | 203 | 218 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.15 |
| HSL | 184.74º | 0.77% | 0.48% | - |
| HSV(B) | 184.74º | 0.87% | 0.85% | - |
| XYZ | 34.49 | 48.02 | 73.78 | - |
| YUV | 152.39 | 165.02 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 203 | 218 | 0.87 | 0.07 | 0 | 0.15 | 184.74 | 0.77 | 0.48 |
| Hex | 1C | CB | DA | 57 | 7 | 0 | F | B9 | 4D | 30 |
| Octal | 34 | 313 | 332 | 127 | 7 | 0 | 17 | 271 | 115 | 60 |
| Binary | 11100 | 11001011 | 11011010 | 1010111 | 111 | 0 | 1111 | 10111001 | 1001101 | 110000 |
Color Harmonies of #1CCBDA
Complementary color
Monochromatic Colors of #1CCBDA
Black with #1CCBDA
Text Example
Text Example
White with #1CCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCBDA; }
p { color: rgb(28,203,218); }
H1.HeaderClassName
{
color: #1CCBDA;
}
.AnyTagClassName
{
color: #1CCBDA;
}
</style>
background-color css
<style>
a { background-color: #1CCBDA; }
a { background-color: rgb(28,203,218); }
div.DivClassName
{
background-color: #1CCBDA;
}
.BgClassName
{
background-color: #1CCBDA;
}
</style>
border-color css
<style>
span { border-color: #1CCBDA; }
span { border-color: rgb(28,203,218); }
td.TdClassName
{
border-color: #1CCBDA;
}
.TagClassName
{
border-color: #1CCBDA;
}
</style>