Shades of Bright Turquoise #1EDFDF
Tints of Bright Turquoise #1EDFDF
RGB
CMYK
RGB Variations
Color information
#1EDFDF (or 0x1EDFDF) is known color: Bright Turquoise. HEX triplet: 1E, DF and DF. RGB value is (30,223,223). Sum of RGB (Red+Green+Blue) = 30+223+223=476 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.30% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #1EDFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDFDF is #E12020. Grayscale: #A5A5A5. Windows color (decimal): -14753825 or 14671646. OLE color: 14671646.
HSL color Cylindrical-coordinate representation of color #1EDFDF: hue angle of 180º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDFDF is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 223 | - |
| CMYK | 0.87 | 0 | 0 | 0.13 |
| HSL | 180º | 0.76% | 0.5% | - |
| HSV(B) | 180º | 0.87% | 0.87% | - |
| XYZ | 40.24 | 58.38 | 78.96 | - |
| YUV | 165.29 | 160.56 | 31.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 223 | 0.87 | 0 | 0 | 0.13 | 180 | 0.76 | 0.5 |
| Hex | 1E | DF | DF | 57 | 0 | 0 | D | B4 | 4C | 32 |
| Octal | 36 | 337 | 337 | 127 | 0 | 0 | 15 | 264 | 114 | 62 |
| Binary | 11110 | 11011111 | 11011111 | 1010111 | 0 | 0 | 1101 | 10110100 | 1001100 | 110010 |
Color Harmonies of #1EDFDF
Complementary color
Monochromatic Colors of #1EDFDF
Black with #1EDFDF
Text Example
Text Example
White with #1EDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDFDF; }
p { color: rgb(30,223,223); }
H1.HeaderClassName
{
color: #1EDFDF;
}
.AnyTagClassName
{
color: #1EDFDF;
}
</style>
background-color css
<style>
a { background-color: #1EDFDF; }
a { background-color: rgb(30,223,223); }
div.DivClassName
{
background-color: #1EDFDF;
}
.BgClassName
{
background-color: #1EDFDF;
}
</style>
border-color css
<style>
span { border-color: #1EDFDF; }
span { border-color: rgb(30,223,223); }
td.TdClassName
{
border-color: #1EDFDF;
}
.TagClassName
{
border-color: #1EDFDF;
}
</style>