Shades of Bright Turquoise #1DEEEF
Tints of Bright Turquoise #1DEEEF
RGB
CMYK
RGB Variations
Color information
#1DEEEF (or 0x1DEEEF) is known color: Bright Turquoise. HEX triplet: 1D, EE and EF. RGB value is (29,238,239). Sum of RGB (Red+Green+Blue) = 29+238+239=506 (67% of max value = 765). Red value is 29 (11.72% from 255 or 5.73% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DEEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DEEEF is #E21110. Grayscale: #AFAFAF. Windows color (decimal): -14815505 or 15724061. OLE color: 15724061.
HSL color Cylindrical-coordinate representation of color #1DEEEF: hue angle of 180.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEEEF is Cyan = 0.88, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 238 | 239 | - |
| CMYK | 0.88 | 0.00 | 0 | 0.06 |
| HSL | 180.29º | 0.87% | 0.53% | - |
| HSV(B) | 180.29º | 0.88% | 0.94% | - |
| XYZ | 46.66 | 67.64 | 92.26 | - |
| YUV | 175.62 | 163.76 | 23.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 238 | 239 | 0.88 | 0.00 | 0 | 0.06 | 180.29 | 0.87 | 0.53 |
| Hex | 1D | EE | EF | 58 | 0 | 0 | 6 | B4 | 57 | 35 |
| Octal | 35 | 356 | 357 | 130 | 0 | 0 | 6 | 264 | 127 | 65 |
| Binary | 11101 | 11101110 | 11101111 | 1011000 | 0 | 0 | 110 | 10110100 | 1010111 | 110101 |
Color Harmonies of #1DEEEF
Complementary color
Monochromatic Colors of #1DEEEF
Black with #1DEEEF
Text Example
Text Example
White with #1DEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEEEF; }
p { color: rgb(29,238,239); }
H1.HeaderClassName
{
color: #1DEEEF;
}
.AnyTagClassName
{
color: #1DEEEF;
}
</style>
background-color css
<style>
a { background-color: #1DEEEF; }
a { background-color: rgb(29,238,239); }
div.DivClassName
{
background-color: #1DEEEF;
}
.BgClassName
{
background-color: #1DEEEF;
}
</style>
border-color css
<style>
span { border-color: #1DEEEF; }
span { border-color: rgb(29,238,239); }
td.TdClassName
{
border-color: #1DEEEF;
}
.TagClassName
{
border-color: #1DEEEF;
}
</style>