Shades of Medium Turquoise #30C5CF
Tints of Medium Turquoise #30C5CF
RGB
CMYK
RGB Variations
Color information
#30C5CF (or 0x30C5CF) is known color: Medium Turquoise. HEX triplet: 30, C5 and CF. RGB value is (48,197,207). Sum of RGB (Red+Green+Blue) = 48+197+207=452 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.62% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #30C5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C5CF is #CF3A30. Grayscale: #999999. Windows color (decimal): -13580849 or 13616432. OLE color: 13616432.
HSL color Cylindrical-coordinate representation of color #30C5CF: hue angle of 183.77º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30C5CF is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 197 | 207 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.19 |
| HSL | 183.77º | 0.62% | 0.5% | - |
| HSV(B) | 183.77º | 0.77% | 0.81% | - |
| XYZ | 32.45 | 45.07 | 66.02 | - |
| YUV | 153.59 | 158.14 | 52.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 197 | 207 | 0.77 | 0.05 | 0 | 0.19 | 183.77 | 0.62 | 0.5 |
| Hex | 30 | C5 | CF | 4D | 5 | 0 | 13 | B8 | 3E | 32 |
| Octal | 60 | 305 | 317 | 115 | 5 | 0 | 23 | 270 | 76 | 62 |
| Binary | 110000 | 11000101 | 11001111 | 1001101 | 101 | 0 | 10011 | 10111000 | 111110 | 110010 |
Color Harmonies of #30C5CF
Complementary color
Monochromatic Colors of #30C5CF
Black with #30C5CF
Text Example
Text Example
White with #30C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C5CF; }
p { color: rgb(48,197,207); }
H1.HeaderClassName
{
color: #30C5CF;
}
.AnyTagClassName
{
color: #30C5CF;
}
</style>
background-color css
<style>
a { background-color: #30C5CF; }
a { background-color: rgb(48,197,207); }
div.DivClassName
{
background-color: #30C5CF;
}
.BgClassName
{
background-color: #30C5CF;
}
</style>
border-color css
<style>
span { border-color: #30C5CF; }
span { border-color: rgb(48,197,207); }
td.TdClassName
{
border-color: #30C5CF;
}
.TagClassName
{
border-color: #30C5CF;
}
</style>