Shades of Bright Turquoise #1CDFE5
Tints of Bright Turquoise #1CDFE5
RGB
CMYK
RGB Variations
Color information
#1CDFE5 (or 0x1CDFE5) is known color: Bright Turquoise. HEX triplet: 1C, DF and E5. RGB value is (28,223,229). Sum of RGB (Red+Green+Blue) = 28+223+229=480 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.83% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #1CDFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDFE5 is #E3201A. Grayscale: #A5A5A5. Windows color (decimal): -14884891 or 15064860. OLE color: 15064860.
HSL color Cylindrical-coordinate representation of color #1CDFE5: hue angle of 181.79º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CDFE5 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 223 | 229 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.10 |
| HSL | 181.79º | 0.79% | 0.5% | - |
| HSV(B) | 181.79º | 0.88% | 0.9% | - |
| XYZ | 41.01 | 58.68 | 83.29 | - |
| YUV | 165.38 | 163.9 | 30.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 223 | 229 | 0.88 | 0.03 | 0 | 0.10 | 181.79 | 0.79 | 0.5 |
| Hex | 1C | DF | E5 | 58 | 3 | 0 | A | B6 | 4F | 32 |
| Octal | 34 | 337 | 345 | 130 | 3 | 0 | 12 | 266 | 117 | 62 |
| Binary | 11100 | 11011111 | 11100101 | 1011000 | 11 | 0 | 1010 | 10110110 | 1001111 | 110010 |
Color Harmonies of #1CDFE5
Complementary color
Monochromatic Colors of #1CDFE5
Black with #1CDFE5
Text Example
Text Example
White with #1CDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDFE5; }
p { color: rgb(28,223,229); }
H1.HeaderClassName
{
color: #1CDFE5;
}
.AnyTagClassName
{
color: #1CDFE5;
}
</style>
background-color css
<style>
a { background-color: #1CDFE5; }
a { background-color: rgb(28,223,229); }
div.DivClassName
{
background-color: #1CDFE5;
}
.BgClassName
{
background-color: #1CDFE5;
}
</style>
border-color css
<style>
span { border-color: #1CDFE5; }
span { border-color: rgb(28,223,229); }
td.TdClassName
{
border-color: #1CDFE5;
}
.TagClassName
{
border-color: #1CDFE5;
}
</style>