Shades of Turquoise #30ECCF
Tints of Turquoise #30ECCF
RGB
CMYK
RGB Variations
Color information
#30ECCF (or 0x30ECCF) is known color: Turquoise. HEX triplet: 30, EC and CF. RGB value is (48,236,207). Sum of RGB (Red+Green+Blue) = 48+236+207=491 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.78% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #30ECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30ECCF is #CF1330. Grayscale: #B0B0B0. Windows color (decimal): -13570865 or 13626416. OLE color: 13626416.
HSL color Cylindrical-coordinate representation of color #30ECCF: hue angle of 170.74º 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 #30ECCF is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 207 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.07 |
| HSL | 170.74º | 0.83% | 0.56% | - |
| HSV(B) | 170.74º | 0.8% | 0.93% | - |
| XYZ | 42.48 | 65.12 | 69.36 | - |
| YUV | 176.48 | 145.22 | 36.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 207 | 0.80 | 0 | 0.12 | 0.07 | 170.74 | 0.83 | 0.56 |
| Hex | 30 | EC | CF | 50 | 0 | C | 7 | AB | 53 | 38 |
| Octal | 60 | 354 | 317 | 120 | 0 | 14 | 7 | 253 | 123 | 70 |
| Binary | 110000 | 11101100 | 11001111 | 1010000 | 0 | 1100 | 111 | 10101011 | 1010011 | 111000 |
Color Harmonies of #30ECCF
Complementary color
Monochromatic Colors of #30ECCF
Black with #30ECCF
Text Example
Text Example
White with #30ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ECCF; }
p { color: rgb(48,236,207); }
H1.HeaderClassName
{
color: #30ECCF;
}
.AnyTagClassName
{
color: #30ECCF;
}
</style>
background-color css
<style>
a { background-color: #30ECCF; }
a { background-color: rgb(48,236,207); }
div.DivClassName
{
background-color: #30ECCF;
}
.BgClassName
{
background-color: #30ECCF;
}
</style>
border-color css
<style>
span { border-color: #30ECCF; }
span { border-color: rgb(48,236,207); }
td.TdClassName
{
border-color: #30ECCF;
}
.TagClassName
{
border-color: #30ECCF;
}
</style>