Shades of Bright Turquoise #1CDFCB
Tints of Bright Turquoise #1CDFCB
RGB
CMYK
RGB Variations
Color information
#1CDFCB (or 0x1CDFCB) is known color: Bright Turquoise. HEX triplet: 1C, DF and CB. RGB value is (28,223,203). Sum of RGB (Red+Green+Blue) = 28+223+203=454 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.17% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDFCB is #E32034. Grayscale: #A2A2A2. Windows color (decimal): -14884917 or 13360924. OLE color: 13360924.
HSL color Cylindrical-coordinate representation of color #1CDFCB: hue angle of 173.85º 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 #1CDFCB is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 223 | 203 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.13 |
| HSL | 173.85º | 0.78% | 0.49% | - |
| HSV(B) | 173.85º | 0.87% | 0.87% | - |
| XYZ | 37.65 | 57.33 | 65.58 | - |
| YUV | 162.42 | 150.9 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 223 | 203 | 0.87 | 0 | 0.09 | 0.13 | 173.85 | 0.78 | 0.49 |
| Hex | 1C | DF | CB | 57 | 0 | 9 | D | AE | 4E | 31 |
| Octal | 34 | 337 | 313 | 127 | 0 | 11 | 15 | 256 | 116 | 61 |
| Binary | 11100 | 11011111 | 11001011 | 1010111 | 0 | 1001 | 1101 | 10101110 | 1001110 | 110001 |
Color Harmonies of #1CDFCB
Complementary color
Monochromatic Colors of #1CDFCB
Black with #1CDFCB
Text Example
Text Example
White with #1CDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDFCB; }
p { color: rgb(28,223,203); }
H1.HeaderClassName
{
color: #1CDFCB;
}
.AnyTagClassName
{
color: #1CDFCB;
}
</style>
background-color css
<style>
a { background-color: #1CDFCB; }
a { background-color: rgb(28,223,203); }
div.DivClassName
{
background-color: #1CDFCB;
}
.BgClassName
{
background-color: #1CDFCB;
}
</style>
border-color css
<style>
span { border-color: #1CDFCB; }
span { border-color: rgb(28,223,203); }
td.TdClassName
{
border-color: #1CDFCB;
}
.TagClassName
{
border-color: #1CDFCB;
}
</style>