Shades of Turquoise #30DCEC
Tints of Turquoise #30DCEC
RGB
CMYK
RGB Variations
Color information
#30DCEC (or 0x30DCEC) is known color: Turquoise. HEX triplet: 30, DC and EC. RGB value is (48,220,236). Sum of RGB (Red+Green+Blue) = 48+220+236=504 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.52% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #30DCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DCEC is #CF2313. Grayscale: #AAAAAA. Windows color (decimal): -13574932 or 15522864. OLE color: 15522864.
HSL color Cylindrical-coordinate representation of color #30DCEC: hue angle of 185.11º 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 #30DCEC is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 220 | 236 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.07 |
| HSL | 185.11º | 0.83% | 0.56% | - |
| HSV(B) | 185.11º | 0.8% | 0.93% | - |
| XYZ | 41.95 | 57.87 | 88.32 | - |
| YUV | 170.4 | 165.02 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 220 | 236 | 0.80 | 0.07 | 0 | 0.07 | 185.11 | 0.83 | 0.56 |
| Hex | 30 | DC | EC | 50 | 7 | 0 | 7 | B9 | 53 | 38 |
| Octal | 60 | 334 | 354 | 120 | 7 | 0 | 7 | 271 | 123 | 70 |
| Binary | 110000 | 11011100 | 11101100 | 1010000 | 111 | 0 | 111 | 10111001 | 1010011 | 111000 |
Color Harmonies of #30DCEC
Complementary color
Monochromatic Colors of #30DCEC
Black with #30DCEC
Text Example
Text Example
White with #30DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DCEC; }
p { color: rgb(48,220,236); }
H1.HeaderClassName
{
color: #30DCEC;
}
.AnyTagClassName
{
color: #30DCEC;
}
</style>
background-color css
<style>
a { background-color: #30DCEC; }
a { background-color: rgb(48,220,236); }
div.DivClassName
{
background-color: #30DCEC;
}
.BgClassName
{
background-color: #30DCEC;
}
</style>
border-color css
<style>
span { border-color: #30DCEC; }
span { border-color: rgb(48,220,236); }
td.TdClassName
{
border-color: #30DCEC;
}
.TagClassName
{
border-color: #30DCEC;
}
</style>