Shades of Turquoise #30D5CC
Tints of Turquoise #30D5CC
RGB
CMYK
RGB Variations
Color information
#30D5CC (or 0x30D5CC) is known color: Turquoise. HEX triplet: 30, D5 and CC. RGB value is (48,213,204). Sum of RGB (Red+Green+Blue) = 48+213+204=465 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.32% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #30D5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D5CC is #CF2A33. Grayscale: #A2A2A2. Windows color (decimal): -13576756 or 13423920. OLE color: 13423920.
HSL color Cylindrical-coordinate representation of color #30D5CC: hue angle of 176.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D5CC is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 213 | 204 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.16 |
| HSL | 176.73º | 0.66% | 0.51% | - |
| HSV(B) | 176.73º | 0.77% | 0.84% | - |
| XYZ | 35.91 | 52.58 | 65.38 | - |
| YUV | 162.64 | 151.34 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 213 | 204 | 0.77 | 0 | 0.04 | 0.16 | 176.73 | 0.66 | 0.51 |
| Hex | 30 | D5 | CC | 4D | 0 | 4 | 10 | B1 | 42 | 33 |
| Octal | 60 | 325 | 314 | 115 | 0 | 4 | 20 | 261 | 102 | 63 |
| Binary | 110000 | 11010101 | 11001100 | 1001101 | 0 | 100 | 10000 | 10110001 | 1000010 | 110011 |
Color Harmonies of #30D5CC
Complementary color
Monochromatic Colors of #30D5CC
Black with #30D5CC
Text Example
Text Example
White with #30D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D5CC; }
p { color: rgb(48,213,204); }
H1.HeaderClassName
{
color: #30D5CC;
}
.AnyTagClassName
{
color: #30D5CC;
}
</style>
background-color css
<style>
a { background-color: #30D5CC; }
a { background-color: rgb(48,213,204); }
div.DivClassName
{
background-color: #30D5CC;
}
.BgClassName
{
background-color: #30D5CC;
}
</style>
border-color css
<style>
span { border-color: #30D5CC; }
span { border-color: rgb(48,213,204); }
td.TdClassName
{
border-color: #30D5CC;
}
.TagClassName
{
border-color: #30D5CC;
}
</style>