Shades of Turquoise #30DBE6
Tints of Turquoise #30DBE6
RGB
CMYK
RGB Variations
Color information
#30DBE6 (or 0x30DBE6) is known color: Turquoise. HEX triplet: 30, DB and E6. RGB value is (48,219,230). Sum of RGB (Red+Green+Blue) = 48+219+230=497 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.66% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #30DBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DBE6 is #CF2419. Grayscale: #A8A8A8. Windows color (decimal): -13575194 or 15129392. OLE color: 15129392.
HSL color Cylindrical-coordinate representation of color #30DBE6: hue angle of 183.63º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30DBE6 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 219 | 230 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.10 |
| HSL | 183.63º | 0.78% | 0.55% | - |
| HSV(B) | 183.63º | 0.79% | 0.9% | - |
| XYZ | 40.83 | 57 | 83.71 | - |
| YUV | 169.13 | 162.35 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 219 | 230 | 0.79 | 0.05 | 0 | 0.10 | 183.63 | 0.78 | 0.55 |
| Hex | 30 | DB | E6 | 4F | 5 | 0 | A | B8 | 4E | 37 |
| Octal | 60 | 333 | 346 | 117 | 5 | 0 | 12 | 270 | 116 | 67 |
| Binary | 110000 | 11011011 | 11100110 | 1001111 | 101 | 0 | 1010 | 10111000 | 1001110 | 110111 |
Color Harmonies of #30DBE6
Complementary color
Monochromatic Colors of #30DBE6
Black with #30DBE6
Text Example
Text Example
White with #30DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DBE6; }
p { color: rgb(48,219,230); }
H1.HeaderClassName
{
color: #30DBE6;
}
.AnyTagClassName
{
color: #30DBE6;
}
</style>
background-color css
<style>
a { background-color: #30DBE6; }
a { background-color: rgb(48,219,230); }
div.DivClassName
{
background-color: #30DBE6;
}
.BgClassName
{
background-color: #30DBE6;
}
</style>
border-color css
<style>
span { border-color: #30DBE6; }
span { border-color: rgb(48,219,230); }
td.TdClassName
{
border-color: #30DBE6;
}
.TagClassName
{
border-color: #30DBE6;
}
</style>