Shades of Medium Turquoise #30CDC3
Tints of Medium Turquoise #30CDC3
RGB
CMYK
RGB Variations
Color information
#30CDC3 (or 0x30CDC3) is known color: Medium Turquoise. HEX triplet: 30, CD and C3. RGB value is (48,205,195). Sum of RGB (Red+Green+Blue) = 48+205+195=448 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.71% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #30CDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDC3 is #CF323C. Grayscale: #9C9C9C. Windows color (decimal): -13578813 or 12832048. OLE color: 12832048.
HSL color Cylindrical-coordinate representation of color #30CDC3: hue angle of 176.18º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CDC3 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 205 | 195 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.20 |
| HSL | 176.18º | 0.62% | 0.5% | - |
| HSV(B) | 176.18º | 0.77% | 0.8% | - |
| XYZ | 32.9 | 48.23 | 59.21 | - |
| YUV | 156.92 | 149.49 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 195 | 0.77 | 0 | 0.05 | 0.20 | 176.18 | 0.62 | 0.5 |
| Hex | 30 | CD | C3 | 4D | 0 | 5 | 14 | B0 | 3E | 32 |
| Octal | 60 | 315 | 303 | 115 | 0 | 5 | 24 | 260 | 76 | 62 |
| Binary | 110000 | 11001101 | 11000011 | 1001101 | 0 | 101 | 10100 | 10110000 | 111110 | 110010 |
Color Harmonies of #30CDC3
Complementary color
Monochromatic Colors of #30CDC3
Black with #30CDC3
Text Example
Text Example
White with #30CDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CDC3; }
p { color: rgb(48,205,195); }
H1.HeaderClassName
{
color: #30CDC3;
}
.AnyTagClassName
{
color: #30CDC3;
}
</style>
background-color css
<style>
a { background-color: #30CDC3; }
a { background-color: rgb(48,205,195); }
div.DivClassName
{
background-color: #30CDC3;
}
.BgClassName
{
background-color: #30CDC3;
}
</style>
border-color css
<style>
span { border-color: #30CDC3; }
span { border-color: rgb(48,205,195); }
td.TdClassName
{
border-color: #30CDC3;
}
.TagClassName
{
border-color: #30CDC3;
}
</style>