Shades of Dark Turquoise #1CCBDF
Tints of Dark Turquoise #1CCBDF
RGB
CMYK
RGB Variations
Color information
#1CCBDF (or 0x1CCBDF) is known color: Dark Turquoise. HEX triplet: 1C, CB and DF. RGB value is (28,203,223). Sum of RGB (Red+Green+Blue) = 28+203+223=454 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.17% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #1CCBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCBDF is #E33420. Grayscale: #989898. Windows color (decimal): -14890017 or 14666524. OLE color: 14666524.
HSL color Cylindrical-coordinate representation of color #1CCBDF: hue angle of 186.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CCBDF is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 203 | 223 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.13 |
| HSL | 186.15º | 0.78% | 0.49% | - |
| HSV(B) | 186.15º | 0.87% | 0.87% | - |
| XYZ | 35.15 | 48.29 | 77.28 | - |
| YUV | 152.96 | 167.52 | 38.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 203 | 223 | 0.87 | 0.09 | 0 | 0.13 | 186.15 | 0.78 | 0.49 |
| Hex | 1C | CB | DF | 57 | 9 | 0 | D | BA | 4E | 31 |
| Octal | 34 | 313 | 337 | 127 | 11 | 0 | 15 | 272 | 116 | 61 |
| Binary | 11100 | 11001011 | 11011111 | 1010111 | 1001 | 0 | 1101 | 10111010 | 1001110 | 110001 |
Color Harmonies of #1CCBDF
Complementary color
Monochromatic Colors of #1CCBDF
Black with #1CCBDF
Text Example
Text Example
White with #1CCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCBDF; }
p { color: rgb(28,203,223); }
H1.HeaderClassName
{
color: #1CCBDF;
}
.AnyTagClassName
{
color: #1CCBDF;
}
</style>
background-color css
<style>
a { background-color: #1CCBDF; }
a { background-color: rgb(28,203,223); }
div.DivClassName
{
background-color: #1CCBDF;
}
.BgClassName
{
background-color: #1CCBDF;
}
</style>
border-color css
<style>
span { border-color: #1CCBDF; }
span { border-color: rgb(28,203,223); }
td.TdClassName
{
border-color: #1CCBDF;
}
.TagClassName
{
border-color: #1CCBDF;
}
</style>