Shades of Bright Turquoise #1EFDCC
Tints of Bright Turquoise #1EFDCC
RGB
CMYK
RGB Variations
Color information
#1EFDCC (or 0x1EFDCC) is known color: Bright Turquoise. HEX triplet: 1E, FD and CC. RGB value is (30,253,204). Sum of RGB (Red+Green+Blue) = 30+253+204=487 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.16% from 487); Green value is 253 (99.22% from 255 or 51.95% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFDCC is #E10233. Grayscale: #B4B4B4. Windows color (decimal): -14746164 or 13434142. OLE color: 13434142.
HSL color Cylindrical-coordinate representation of color #1EFDCC: hue angle of 166.82º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFDCC is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 253 | 204 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.01 |
| HSL | 166.82º | 0.98% | 0.55% | - |
| HSV(B) | 166.82º | 0.88% | 0.99% | - |
| XYZ | 46.56 | 74.89 | 69.13 | - |
| YUV | 180.74 | 141.12 | 20.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 253 | 204 | 0.88 | 0 | 0.19 | 0.01 | 166.82 | 0.98 | 0.55 |
| Hex | 1E | FD | CC | 58 | 0 | 13 | 1 | A7 | 62 | 37 |
| Octal | 36 | 375 | 314 | 130 | 0 | 23 | 1 | 247 | 142 | 67 |
| Binary | 11110 | 11111101 | 11001100 | 1011000 | 0 | 10011 | 1 | 10100111 | 1100010 | 110111 |
Color Harmonies of #1EFDCC
Complementary color
Monochromatic Colors of #1EFDCC
Black with #1EFDCC
Text Example
Text Example
White with #1EFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFDCC; }
p { color: rgb(30,253,204); }
H1.HeaderClassName
{
color: #1EFDCC;
}
.AnyTagClassName
{
color: #1EFDCC;
}
</style>
background-color css
<style>
a { background-color: #1EFDCC; }
a { background-color: rgb(30,253,204); }
div.DivClassName
{
background-color: #1EFDCC;
}
.BgClassName
{
background-color: #1EFDCC;
}
</style>
border-color css
<style>
span { border-color: #1EFDCC; }
span { border-color: rgb(30,253,204); }
td.TdClassName
{
border-color: #1EFDCC;
}
.TagClassName
{
border-color: #1EFDCC;
}
</style>