Shades of Medium Turquoise #30CBCD
Tints of Medium Turquoise #30CBCD
RGB
CMYK
RGB Variations
Color information
#30CBCD (or 0x30CBCD) is known color: Medium Turquoise. HEX triplet: 30, CB and CD. RGB value is (48,203,205). Sum of RGB (Red+Green+Blue) = 48+203+205=456 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.53% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #30CBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CBCD is #CF3432. Grayscale: #9C9C9C. Windows color (decimal): -13579315 or 13486896. OLE color: 13486896.
HSL color Cylindrical-coordinate representation of color #30CBCD: hue angle of 180.76º 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 #30CBCD is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 203 | 205 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.20 |
| HSL | 180.76º | 0.62% | 0.5% | - |
| HSV(B) | 180.76º | 0.77% | 0.8% | - |
| XYZ | 33.59 | 47.75 | 65.2 | - |
| YUV | 156.88 | 155.15 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 205 | 0.77 | 0.01 | 0 | 0.20 | 180.76 | 0.62 | 0.5 |
| Hex | 30 | CB | CD | 4D | 1 | 0 | 14 | B5 | 3E | 32 |
| Octal | 60 | 313 | 315 | 115 | 1 | 0 | 24 | 265 | 76 | 62 |
| Binary | 110000 | 11001011 | 11001101 | 1001101 | 1 | 0 | 10100 | 10110101 | 111110 | 110010 |
Color Harmonies of #30CBCD
Complementary color
Monochromatic Colors of #30CBCD
Black with #30CBCD
Text Example
Text Example
White with #30CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CBCD; }
p { color: rgb(48,203,205); }
H1.HeaderClassName
{
color: #30CBCD;
}
.AnyTagClassName
{
color: #30CBCD;
}
</style>
background-color css
<style>
a { background-color: #30CBCD; }
a { background-color: rgb(48,203,205); }
div.DivClassName
{
background-color: #30CBCD;
}
.BgClassName
{
background-color: #30CBCD;
}
</style>
border-color css
<style>
span { border-color: #30CBCD; }
span { border-color: rgb(48,203,205); }
td.TdClassName
{
border-color: #30CBCD;
}
.TagClassName
{
border-color: #30CBCD;
}
</style>