Shades of Medium Turquoise #30CCCF
Tints of Medium Turquoise #30CCCF
RGB
CMYK
RGB Variations
Color information
#30CCCF (or 0x30CCCF) is known color: Medium Turquoise. HEX triplet: 30, CC and CF. RGB value is (48,204,207). Sum of RGB (Red+Green+Blue) = 48+204+207=459 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.46% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #30CCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CCCF is #CF3330. Grayscale: #9D9D9D. Windows color (decimal): -13579057 or 13618224. OLE color: 13618224.
HSL color Cylindrical-coordinate representation of color #30CCCF: hue angle of 181.13º 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 #30CCCF is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 204 | 207 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.19 |
| HSL | 181.13º | 0.62% | 0.5% | - |
| HSV(B) | 181.13º | 0.77% | 0.81% | - |
| XYZ | 34.07 | 48.32 | 66.56 | - |
| YUV | 157.7 | 155.82 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 204 | 207 | 0.77 | 0.01 | 0 | 0.19 | 181.13 | 0.62 | 0.5 |
| Hex | 30 | CC | CF | 4D | 1 | 0 | 13 | B5 | 3E | 32 |
| Octal | 60 | 314 | 317 | 115 | 1 | 0 | 23 | 265 | 76 | 62 |
| Binary | 110000 | 11001100 | 11001111 | 1001101 | 1 | 0 | 10011 | 10110101 | 111110 | 110010 |
Color Harmonies of #30CCCF
Complementary color
Monochromatic Colors of #30CCCF
Black with #30CCCF
Text Example
Text Example
White with #30CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CCCF; }
p { color: rgb(48,204,207); }
H1.HeaderClassName
{
color: #30CCCF;
}
.AnyTagClassName
{
color: #30CCCF;
}
</style>
background-color css
<style>
a { background-color: #30CCCF; }
a { background-color: rgb(48,204,207); }
div.DivClassName
{
background-color: #30CCCF;
}
.BgClassName
{
background-color: #30CCCF;
}
</style>
border-color css
<style>
span { border-color: #30CCCF; }
span { border-color: rgb(48,204,207); }
td.TdClassName
{
border-color: #30CCCF;
}
.TagClassName
{
border-color: #30CCCF;
}
</style>