Shades of Bright Turquoise #1DCFEA
Tints of Bright Turquoise #1DCFEA
RGB
CMYK
RGB Variations
Color information
#1DCFEA (or 0x1DCFEA) is known color: Bright Turquoise. HEX triplet: 1D, CF and EA. RGB value is (29,207,234). Sum of RGB (Red+Green+Blue) = 29+207+234=470 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.17% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #1DCFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCFEA is #E23015. Grayscale: #9C9C9C. Windows color (decimal): -14823446 or 15388445. OLE color: 15388445.
HSL color Cylindrical-coordinate representation of color #1DCFEA: hue angle of 187.9º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCFEA is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 207 | 234 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.08 |
| HSL | 187.9º | 0.83% | 0.52% | - |
| HSV(B) | 187.9º | 0.88% | 0.92% | - |
| XYZ | 37.67 | 50.83 | 85.67 | - |
| YUV | 156.86 | 171.53 | 36.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 234 | 0.88 | 0.12 | 0 | 0.08 | 187.9 | 0.83 | 0.52 |
| Hex | 1D | CF | EA | 58 | C | 0 | 8 | BC | 53 | 34 |
| Octal | 35 | 317 | 352 | 130 | 14 | 0 | 10 | 274 | 123 | 64 |
| Binary | 11101 | 11001111 | 11101010 | 1011000 | 1100 | 0 | 1000 | 10111100 | 1010011 | 110100 |
Color Harmonies of #1DCFEA
Complementary color
Monochromatic Colors of #1DCFEA
Black with #1DCFEA
Text Example
Text Example
White with #1DCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCFEA; }
p { color: rgb(29,207,234); }
H1.HeaderClassName
{
color: #1DCFEA;
}
.AnyTagClassName
{
color: #1DCFEA;
}
</style>
background-color css
<style>
a { background-color: #1DCFEA; }
a { background-color: rgb(29,207,234); }
div.DivClassName
{
background-color: #1DCFEA;
}
.BgClassName
{
background-color: #1DCFEA;
}
</style>
border-color css
<style>
span { border-color: #1DCFEA; }
span { border-color: rgb(29,207,234); }
td.TdClassName
{
border-color: #1DCFEA;
}
.TagClassName
{
border-color: #1DCFEA;
}
</style>