Shades of Bright Turquoise #1EFACB
Tints of Bright Turquoise #1EFACB
RGB
CMYK
RGB Variations
Color information
#1EFACB (or 0x1EFACB) is known color: Bright Turquoise. HEX triplet: 1E, FA and CB. RGB value is (30,250,203). Sum of RGB (Red+Green+Blue) = 30+250+203=483 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.21% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFACB is #E10534. Grayscale: #B2B2B2. Windows color (decimal): -14746933 or 13367838. OLE color: 13367838.
HSL color Cylindrical-coordinate representation of color #1EFACB: hue angle of 167.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFACB is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 250 | 203 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.02 |
| HSL | 167.18º | 0.96% | 0.55% | - |
| HSV(B) | 167.18º | 0.88% | 0.98% | - |
| XYZ | 45.5 | 72.96 | 68.18 | - |
| YUV | 178.86 | 141.61 | 21.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 250 | 203 | 0.88 | 0 | 0.19 | 0.02 | 167.18 | 0.96 | 0.55 |
| Hex | 1E | FA | CB | 58 | 0 | 13 | 2 | A7 | 60 | 37 |
| Octal | 36 | 372 | 313 | 130 | 0 | 23 | 2 | 247 | 140 | 67 |
| Binary | 11110 | 11111010 | 11001011 | 1011000 | 0 | 10011 | 10 | 10100111 | 1100000 | 110111 |
Color Harmonies of #1EFACB
Complementary color
Monochromatic Colors of #1EFACB
Black with #1EFACB
Text Example
Text Example
White with #1EFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFACB; }
p { color: rgb(30,250,203); }
H1.HeaderClassName
{
color: #1EFACB;
}
.AnyTagClassName
{
color: #1EFACB;
}
</style>
background-color css
<style>
a { background-color: #1EFACB; }
a { background-color: rgb(30,250,203); }
div.DivClassName
{
background-color: #1EFACB;
}
.BgClassName
{
background-color: #1EFACB;
}
</style>
border-color css
<style>
span { border-color: #1EFACB; }
span { border-color: rgb(30,250,203); }
td.TdClassName
{
border-color: #1EFACB;
}
.TagClassName
{
border-color: #1EFACB;
}
</style>