Shades of Medium Turquoise #30CFCB
Tints of Medium Turquoise #30CFCB
RGB
CMYK
RGB Variations
Color information
#30CFCB (or 0x30CFCB) is known color: Medium Turquoise. HEX triplet: 30, CF and CB. RGB value is (48,207,203). Sum of RGB (Red+Green+Blue) = 48+207+203=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #30CFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CFCB is #CF3034. Grayscale: #9E9E9E. Windows color (decimal): -13578293 or 13356848. OLE color: 13356848.
HSL color Cylindrical-coordinate representation of color #30CFCB: hue angle of 178.49º 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 #30CFCB is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 207 | 203 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.19 |
| HSL | 178.49º | 0.62% | 0.5% | - |
| HSV(B) | 178.49º | 0.77% | 0.81% | - |
| XYZ | 34.31 | 49.57 | 64.26 | - |
| YUV | 159 | 152.82 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 203 | 0.77 | 0 | 0.02 | 0.19 | 178.49 | 0.62 | 0.5 |
| Hex | 30 | CF | CB | 4D | 0 | 2 | 13 | B2 | 3E | 32 |
| Octal | 60 | 317 | 313 | 115 | 0 | 2 | 23 | 262 | 76 | 62 |
| Binary | 110000 | 11001111 | 11001011 | 1001101 | 0 | 10 | 10011 | 10110010 | 111110 | 110010 |
Color Harmonies of #30CFCB
Complementary color
Monochromatic Colors of #30CFCB
Black with #30CFCB
Text Example
Text Example
White with #30CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CFCB; }
p { color: rgb(48,207,203); }
H1.HeaderClassName
{
color: #30CFCB;
}
.AnyTagClassName
{
color: #30CFCB;
}
</style>
background-color css
<style>
a { background-color: #30CFCB; }
a { background-color: rgb(48,207,203); }
div.DivClassName
{
background-color: #30CFCB;
}
.BgClassName
{
background-color: #30CFCB;
}
</style>
border-color css
<style>
span { border-color: #30CFCB; }
span { border-color: rgb(48,207,203); }
td.TdClassName
{
border-color: #30CFCB;
}
.TagClassName
{
border-color: #30CFCB;
}
</style>