Shades of Turquoise #30DBBE
Tints of Turquoise #30DBBE
RGB
CMYK
RGB Variations
Color information
#30DBBE (or 0x30DBBE) is known color: Turquoise. HEX triplet: 30, DB and BE. RGB value is (48,219,190). Sum of RGB (Red+Green+Blue) = 48+219+190=457 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.50% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #30DBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DBBE is #CF2441. Grayscale: #A4A4A4. Windows color (decimal): -13575234 or 12507952. OLE color: 12507952.
HSL color Cylindrical-coordinate representation of color #30DBBE: hue angle of 169.82º 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 #30DBBE is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 219 | 190 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.14 |
| HSL | 169.82º | 0.7% | 0.52% | - |
| HSV(B) | 169.82º | 0.78% | 0.86% | - |
| XYZ | 35.84 | 55.01 | 57.44 | - |
| YUV | 164.57 | 142.35 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 219 | 190 | 0.78 | 0 | 0.13 | 0.14 | 169.82 | 0.7 | 0.52 |
| Hex | 30 | DB | BE | 4E | 0 | D | E | AA | 46 | 34 |
| Octal | 60 | 333 | 276 | 116 | 0 | 15 | 16 | 252 | 106 | 64 |
| Binary | 110000 | 11011011 | 10111110 | 1001110 | 0 | 1101 | 1110 | 10101010 | 1000110 | 110100 |
Color Harmonies of #30DBBE
Complementary color
Monochromatic Colors of #30DBBE
Black with #30DBBE
Text Example
Text Example
White with #30DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DBBE; }
p { color: rgb(48,219,190); }
H1.HeaderClassName
{
color: #30DBBE;
}
.AnyTagClassName
{
color: #30DBBE;
}
</style>
background-color css
<style>
a { background-color: #30DBBE; }
a { background-color: rgb(48,219,190); }
div.DivClassName
{
background-color: #30DBBE;
}
.BgClassName
{
background-color: #30DBBE;
}
</style>
border-color css
<style>
span { border-color: #30DBBE; }
span { border-color: rgb(48,219,190); }
td.TdClassName
{
border-color: #30DBBE;
}
.TagClassName
{
border-color: #30DBBE;
}
</style>