Shades of Medium Turquoise #30CADA
Tints of Medium Turquoise #30CADA
RGB
CMYK
RGB Variations
Color information
#30CADA (or 0x30CADA) is known color: Medium Turquoise. HEX triplet: 30, CA and DA. RGB value is (48,202,218). Sum of RGB (Red+Green+Blue) = 48+202+218=468 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.26% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #30CADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CADA is #CF3525. Grayscale: #9D9D9D. Windows color (decimal): -13579558 or 14338608. OLE color: 14338608.
HSL color Cylindrical-coordinate representation of color #30CADA: hue angle of 185.65º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30CADA is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 202 | 218 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.15 |
| HSL | 185.65º | 0.7% | 0.52% | - |
| HSV(B) | 185.65º | 0.78% | 0.85% | - |
| XYZ | 34.99 | 47.93 | 73.74 | - |
| YUV | 157.78 | 161.98 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 202 | 218 | 0.78 | 0.07 | 0 | 0.15 | 185.65 | 0.7 | 0.52 |
| Hex | 30 | CA | DA | 4E | 7 | 0 | F | BA | 46 | 34 |
| Octal | 60 | 312 | 332 | 116 | 7 | 0 | 17 | 272 | 106 | 64 |
| Binary | 110000 | 11001010 | 11011010 | 1001110 | 111 | 0 | 1111 | 10111010 | 1000110 | 110100 |
Color Harmonies of #30CADA
Complementary color
Monochromatic Colors of #30CADA
Black with #30CADA
Text Example
Text Example
White with #30CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CADA; }
p { color: rgb(48,202,218); }
H1.HeaderClassName
{
color: #30CADA;
}
.AnyTagClassName
{
color: #30CADA;
}
</style>
background-color css
<style>
a { background-color: #30CADA; }
a { background-color: rgb(48,202,218); }
div.DivClassName
{
background-color: #30CADA;
}
.BgClassName
{
background-color: #30CADA;
}
</style>
border-color css
<style>
span { border-color: #30CADA; }
span { border-color: rgb(48,202,218); }
td.TdClassName
{
border-color: #30CADA;
}
.TagClassName
{
border-color: #30CADA;
}
</style>