Shades of Bright Turquoise #1CDFED
Tints of Bright Turquoise #1CDFED
RGB
CMYK
RGB Variations
Color information
#1CDFED (or 0x1CDFED) is known color: Bright Turquoise. HEX triplet: 1C, DF and ED. RGB value is (28,223,237). Sum of RGB (Red+Green+Blue) = 28+223+237=488 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.74% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #1CDFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDFED is #E32012. Grayscale: #A6A6A6. Windows color (decimal): -14884883 or 15589148. OLE color: 15589148.
HSL color Cylindrical-coordinate representation of color #1CDFED: hue angle of 184.02º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CDFED is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 223 | 237 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.07 |
| HSL | 184.02º | 0.85% | 0.52% | - |
| HSV(B) | 184.02º | 0.88% | 0.93% | - |
| XYZ | 42.15 | 59.14 | 89.31 | - |
| YUV | 166.29 | 167.9 | 29.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 223 | 237 | 0.88 | 0.06 | 0 | 0.07 | 184.02 | 0.85 | 0.52 |
| Hex | 1C | DF | ED | 58 | 6 | 0 | 7 | B8 | 55 | 34 |
| Octal | 34 | 337 | 355 | 130 | 6 | 0 | 7 | 270 | 125 | 64 |
| Binary | 11100 | 11011111 | 11101101 | 1011000 | 110 | 0 | 111 | 10111000 | 1010101 | 110100 |
Color Harmonies of #1CDFED
Complementary color
Monochromatic Colors of #1CDFED
Black with #1CDFED
Text Example
Text Example
White with #1CDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDFED; }
p { color: rgb(28,223,237); }
H1.HeaderClassName
{
color: #1CDFED;
}
.AnyTagClassName
{
color: #1CDFED;
}
</style>
background-color css
<style>
a { background-color: #1CDFED; }
a { background-color: rgb(28,223,237); }
div.DivClassName
{
background-color: #1CDFED;
}
.BgClassName
{
background-color: #1CDFED;
}
</style>
border-color css
<style>
span { border-color: #1CDFED; }
span { border-color: rgb(28,223,237); }
td.TdClassName
{
border-color: #1CDFED;
}
.TagClassName
{
border-color: #1CDFED;
}
</style>