Shades of Bright Turquoise #1CDFCE
Tints of Bright Turquoise #1CDFCE
RGB
CMYK
RGB Variations
Color information
#1CDFCE (or 0x1CDFCE) is known color: Bright Turquoise. HEX triplet: 1C, DF and CE. RGB value is (28,223,206). Sum of RGB (Red+Green+Blue) = 28+223+206=457 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.13% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDFCE is #E32031. Grayscale: #A2A2A2. Windows color (decimal): -14884914 or 13557532. OLE color: 13557532.
HSL color Cylindrical-coordinate representation of color #1CDFCE: hue angle of 174.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 #1CDFCE is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 223 | 206 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.13 |
| HSL | 174.77º | 0.78% | 0.49% | - |
| HSV(B) | 174.77º | 0.87% | 0.87% | - |
| XYZ | 38.01 | 57.48 | 67.48 | - |
| YUV | 162.76 | 152.4 | 31.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 223 | 206 | 0.87 | 0 | 0.08 | 0.13 | 174.77 | 0.78 | 0.49 |
| Hex | 1C | DF | CE | 57 | 0 | 8 | D | AF | 4E | 31 |
| Octal | 34 | 337 | 316 | 127 | 0 | 10 | 15 | 257 | 116 | 61 |
| Binary | 11100 | 11011111 | 11001110 | 1010111 | 0 | 1000 | 1101 | 10101111 | 1001110 | 110001 |
Color Harmonies of #1CDFCE
Complementary color
Monochromatic Colors of #1CDFCE
Black with #1CDFCE
Text Example
Text Example
White with #1CDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDFCE; }
p { color: rgb(28,223,206); }
H1.HeaderClassName
{
color: #1CDFCE;
}
.AnyTagClassName
{
color: #1CDFCE;
}
</style>
background-color css
<style>
a { background-color: #1CDFCE; }
a { background-color: rgb(28,223,206); }
div.DivClassName
{
background-color: #1CDFCE;
}
.BgClassName
{
background-color: #1CDFCE;
}
</style>
border-color css
<style>
span { border-color: #1CDFCE; }
span { border-color: rgb(28,223,206); }
td.TdClassName
{
border-color: #1CDFCE;
}
.TagClassName
{
border-color: #1CDFCE;
}
</style>