Shades of Bright Turquoise #1EFFCA
Tints of Bright Turquoise #1EFFCA
RGB
CMYK
RGB Variations
Color information
#1EFFCA (or 0x1EFFCA) is known color: Bright Turquoise. HEX triplet: 1E, FF and CA. RGB value is (30,255,202). Sum of RGB (Red+Green+Blue) = 30+255+202=487 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.16% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFFCA is #E10035. Grayscale: #B5B5B5. Windows color (decimal): -14745654 or 13303582. OLE color: 13303582.
HSL color Cylindrical-coordinate representation of color #1EFFCA: hue angle of 165.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFFCA is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 202 | - |
| CMYK | 0.88 | 0 | 0.21 | 0 |
| HSL | 165.87º | 1% | 0.56% | - |
| HSV(B) | 165.87º | 0.88% | 1% | - |
| XYZ | 46.96 | 76.06 | 68.08 | - |
| YUV | 181.68 | 139.46 | 19.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 202 | 0.88 | 0 | 0.21 | 0 | 165.87 | 1 | 0.56 |
| Hex | 1E | FF | CA | 58 | 0 | 15 | 0 | A6 | 64 | 38 |
| Octal | 36 | 377 | 312 | 130 | 0 | 25 | 0 | 246 | 144 | 70 |
| Binary | 11110 | 11111111 | 11001010 | 1011000 | 0 | 10101 | 0 | 10100110 | 1100100 | 111000 |
Color Harmonies of #1EFFCA
Complementary color
Monochromatic Colors of #1EFFCA
Black with #1EFFCA
Text Example
Text Example
White with #1EFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFFCA; }
p { color: rgb(30,255,202); }
H1.HeaderClassName
{
color: #1EFFCA;
}
.AnyTagClassName
{
color: #1EFFCA;
}
</style>
background-color css
<style>
a { background-color: #1EFFCA; }
a { background-color: rgb(30,255,202); }
div.DivClassName
{
background-color: #1EFFCA;
}
.BgClassName
{
background-color: #1EFFCA;
}
</style>
border-color css
<style>
span { border-color: #1EFFCA; }
span { border-color: rgb(30,255,202); }
td.TdClassName
{
border-color: #1EFFCA;
}
.TagClassName
{
border-color: #1EFFCA;
}
</style>