Shades of Bright Turquoise #1EDFCB
Tints of Bright Turquoise #1EDFCB
RGB
CMYK
RGB Variations
Color information
#1EDFCB (or 0x1EDFCB) is known color: Bright Turquoise. HEX triplet: 1E, DF and CB. RGB value is (30,223,203). Sum of RGB (Red+Green+Blue) = 30+223+203=456 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.58% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDFCB is #E12034. Grayscale: #A2A2A2. Windows color (decimal): -14753845 or 13360926. OLE color: 13360926.
HSL color Cylindrical-coordinate representation of color #1EDFCB: hue angle of 173.78º 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 #1EDFCB is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 203 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.13 |
| HSL | 173.78º | 0.76% | 0.5% | - |
| HSV(B) | 173.78º | 0.87% | 0.87% | - |
| XYZ | 37.7 | 57.36 | 65.58 | - |
| YUV | 163.01 | 150.56 | 33.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 203 | 0.87 | 0 | 0.09 | 0.13 | 173.78 | 0.76 | 0.5 |
| Hex | 1E | DF | CB | 57 | 0 | 9 | D | AE | 4C | 32 |
| Octal | 36 | 337 | 313 | 127 | 0 | 11 | 15 | 256 | 114 | 62 |
| Binary | 11110 | 11011111 | 11001011 | 1010111 | 0 | 1001 | 1101 | 10101110 | 1001100 | 110010 |
Color Harmonies of #1EDFCB
Complementary color
Monochromatic Colors of #1EDFCB
Black with #1EDFCB
Text Example
Text Example
White with #1EDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDFCB; }
p { color: rgb(30,223,203); }
H1.HeaderClassName
{
color: #1EDFCB;
}
.AnyTagClassName
{
color: #1EDFCB;
}
</style>
background-color css
<style>
a { background-color: #1EDFCB; }
a { background-color: rgb(30,223,203); }
div.DivClassName
{
background-color: #1EDFCB;
}
.BgClassName
{
background-color: #1EDFCB;
}
</style>
border-color css
<style>
span { border-color: #1EDFCB; }
span { border-color: rgb(30,223,203); }
td.TdClassName
{
border-color: #1EDFCB;
}
.TagClassName
{
border-color: #1EDFCB;
}
</style>