Shades of Turquoise #30DBCC
Tints of Turquoise #30DBCC
RGB
CMYK
RGB Variations
Color information
#30DBCC (or 0x30DBCC) is known color: Turquoise. HEX triplet: 30, DB and CC. RGB value is (48,219,204). Sum of RGB (Red+Green+Blue) = 48+219+204=471 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.19% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #30DBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DBCC is #CF2433. Grayscale: #A6A6A6. Windows color (decimal): -13575220 or 13425456. OLE color: 13425456.
HSL color Cylindrical-coordinate representation of color #30DBCC: hue angle of 174.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DBCC is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 219 | 204 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.14 |
| HSL | 174.74º | 0.7% | 0.52% | - |
| HSV(B) | 174.74º | 0.78% | 0.86% | - |
| XYZ | 37.45 | 55.65 | 65.89 | - |
| YUV | 166.16 | 149.35 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 219 | 204 | 0.78 | 0 | 0.07 | 0.14 | 174.74 | 0.7 | 0.52 |
| Hex | 30 | DB | CC | 4E | 0 | 7 | E | AF | 46 | 34 |
| Octal | 60 | 333 | 314 | 116 | 0 | 7 | 16 | 257 | 106 | 64 |
| Binary | 110000 | 11011011 | 11001100 | 1001110 | 0 | 111 | 1110 | 10101111 | 1000110 | 110100 |
Color Harmonies of #30DBCC
Complementary color
Monochromatic Colors of #30DBCC
Black with #30DBCC
Text Example
Text Example
White with #30DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DBCC; }
p { color: rgb(48,219,204); }
H1.HeaderClassName
{
color: #30DBCC;
}
.AnyTagClassName
{
color: #30DBCC;
}
</style>
background-color css
<style>
a { background-color: #30DBCC; }
a { background-color: rgb(48,219,204); }
div.DivClassName
{
background-color: #30DBCC;
}
.BgClassName
{
background-color: #30DBCC;
}
</style>
border-color css
<style>
span { border-color: #30DBCC; }
span { border-color: rgb(48,219,204); }
td.TdClassName
{
border-color: #30DBCC;
}
.TagClassName
{
border-color: #30DBCC;
}
</style>