Shades of Bright Turquoise #1EEECB
Tints of Bright Turquoise #1EEECB
RGB
CMYK
RGB Variations
Color information
#1EEECB (or 0x1EEECB) is known color: Bright Turquoise. HEX triplet: 1E, EE and CB. RGB value is (30,238,203). Sum of RGB (Red+Green+Blue) = 30+238+203=471 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.37% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEECB is #E11134. Grayscale: #ABABAB. Windows color (decimal): -14750005 or 13364766. OLE color: 13364766.
HSL color Cylindrical-coordinate representation of color #1EEECB: hue angle of 169.9º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEECB is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 30 | 238 | 203 | - |
CMYK | 0.87 | 0 | 0.15 | 0.07 |
HSL | 169.9º | 0.86% | 0.53% | - |
HSV(B) | 169.9º | 0.87% | 0.93% | - |
XYZ | 41.89 | 65.74 | 66.98 | - |
YUV | 171.82 | 145.59 | 26.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 238 | 203 | 0.87 | 0 | 0.15 | 0.07 | 169.9 | 0.86 | 0.53 |
Hex | 1E | EE | CB | 57 | 0 | F | 7 | AA | 56 | 35 |
Octal | 36 | 356 | 313 | 127 | 0 | 17 | 7 | 252 | 126 | 65 |
Binary | 11110 | 11101110 | 11001011 | 1010111 | 0 | 1111 | 111 | 10101010 | 1010110 | 110101 |
Color Harmonies of #1EEECB
Complementary color
Monochromatic Colors of #1EEECB
Black with #1EEECB
Text Example
Text Example
White with #1EEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEECB; }
p { color: rgb(30,238,203); }
H1.HeaderClassName
{
color: #1EEECB;
}
.AnyTagClassName
{
color: #1EEECB;
}
</style>
background-color css
<style>
a { background-color: #1EEECB; }
a { background-color: rgb(30,238,203); }
div.DivClassName
{
background-color: #1EEECB;
}
.BgClassName
{
background-color: #1EEECB;
}
</style>
border-color css
<style>
span { border-color: #1EEECB; }
span { border-color: rgb(30,238,203); }
td.TdClassName
{
border-color: #1EEECB;
}
.TagClassName
{
border-color: #1EEECB;
}
</style>