Shades of Turquoise #30ECC7
Tints of Turquoise #30ECC7
RGB
CMYK
RGB Variations
Color information
#30ECC7 (or 0x30ECC7) is known color: Turquoise. HEX triplet: 30, EC and C7. RGB value is (48,236,199). Sum of RGB (Red+Green+Blue) = 48+236+199=483 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.94% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #30ECC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30ECC7 is #CF1338. Grayscale: #AFAFAF. Windows color (decimal): -13570873 or 13102128. OLE color: 13102128.
HSL color Cylindrical-coordinate representation of color #30ECC7: hue angle of 168.19º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ECC7 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 199 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.07 |
| HSL | 168.19º | 0.83% | 0.56% | - |
| HSV(B) | 168.19º | 0.8% | 0.93% | - |
| XYZ | 41.52 | 64.74 | 64.34 | - |
| YUV | 175.57 | 141.22 | 37.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 199 | 0.80 | 0 | 0.16 | 0.07 | 168.19 | 0.83 | 0.56 |
| Hex | 30 | EC | C7 | 50 | 0 | 10 | 7 | A8 | 53 | 38 |
| Octal | 60 | 354 | 307 | 120 | 0 | 20 | 7 | 250 | 123 | 70 |
| Binary | 110000 | 11101100 | 11000111 | 1010000 | 0 | 10000 | 111 | 10101000 | 1010011 | 111000 |
Color Harmonies of #30ECC7
Complementary color
Monochromatic Colors of #30ECC7
Black with #30ECC7
Text Example
Text Example
White with #30ECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ECC7; }
p { color: rgb(48,236,199); }
H1.HeaderClassName
{
color: #30ECC7;
}
.AnyTagClassName
{
color: #30ECC7;
}
</style>
background-color css
<style>
a { background-color: #30ECC7; }
a { background-color: rgb(48,236,199); }
div.DivClassName
{
background-color: #30ECC7;
}
.BgClassName
{
background-color: #30ECC7;
}
</style>
border-color css
<style>
span { border-color: #30ECC7; }
span { border-color: rgb(48,236,199); }
td.TdClassName
{
border-color: #30ECC7;
}
.TagClassName
{
border-color: #30ECC7;
}
</style>