Shades of Bright Turquoise #1CDFDB
Tints of Bright Turquoise #1CDFDB
RGB
CMYK
RGB Variations
Color information
#1CDFDB (or 0x1CDFDB) is known color: Bright Turquoise. HEX triplet: 1C, DF and DB. RGB value is (28,223,219). Sum of RGB (Red+Green+Blue) = 28+223+219=470 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.96% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDFDB is #E32024. Grayscale: #A4A4A4. Windows color (decimal): -14884901 or 14409500. OLE color: 14409500.
HSL color Cylindrical-coordinate representation of color #1CDFDB: hue angle of 178.77º 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 #1CDFDB is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 223 | 219 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.13 |
| HSL | 178.77º | 0.78% | 0.49% | - |
| HSV(B) | 178.77º | 0.87% | 0.87% | - |
| XYZ | 39.65 | 58.14 | 76.15 | - |
| YUV | 164.24 | 158.9 | 30.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 223 | 219 | 0.87 | 0 | 0.02 | 0.13 | 178.77 | 0.78 | 0.49 |
| Hex | 1C | DF | DB | 57 | 0 | 2 | D | B3 | 4E | 31 |
| Octal | 34 | 337 | 333 | 127 | 0 | 2 | 15 | 263 | 116 | 61 |
| Binary | 11100 | 11011111 | 11011011 | 1010111 | 0 | 10 | 1101 | 10110011 | 1001110 | 110001 |
Color Harmonies of #1CDFDB
Complementary color
Monochromatic Colors of #1CDFDB
Black with #1CDFDB
Text Example
Text Example
White with #1CDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDFDB; }
p { color: rgb(28,223,219); }
H1.HeaderClassName
{
color: #1CDFDB;
}
.AnyTagClassName
{
color: #1CDFDB;
}
</style>
background-color css
<style>
a { background-color: #1CDFDB; }
a { background-color: rgb(28,223,219); }
div.DivClassName
{
background-color: #1CDFDB;
}
.BgClassName
{
background-color: #1CDFDB;
}
</style>
border-color css
<style>
span { border-color: #1CDFDB; }
span { border-color: rgb(28,223,219); }
td.TdClassName
{
border-color: #1CDFDB;
}
.TagClassName
{
border-color: #1CDFDB;
}
</style>