Shades of Turquoise #30DBE7
Tints of Turquoise #30DBE7
RGB
CMYK
RGB Variations
Color information
#30DBE7 (or 0x30DBE7) is known color: Turquoise. HEX triplet: 30, DB and E7. RGB value is (48,219,231). Sum of RGB (Red+Green+Blue) = 48+219+231=498 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.64% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 231 (90.62% from 255 or 46.39% from 498); Max value from RGB is 231 - color contains mainly: blue. Hex color #30DBE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DBE7 is #CF2418. Grayscale: #A9A9A9. Windows color (decimal): -13575193 or 15194928. OLE color: 15194928.
HSL color Cylindrical-coordinate representation of color #30DBE7: hue angle of 183.93º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30DBE7 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 219 | 231 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.09 |
| HSL | 183.93º | 0.79% | 0.55% | - |
| HSV(B) | 183.93º | 0.79% | 0.91% | - |
| XYZ | 40.97 | 57.06 | 84.46 | - |
| YUV | 169.24 | 162.85 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 219 | 231 | 0.79 | 0.05 | 0 | 0.09 | 183.93 | 0.79 | 0.55 |
| Hex | 30 | DB | E7 | 4F | 5 | 0 | 9 | B8 | 4F | 37 |
| Octal | 60 | 333 | 347 | 117 | 5 | 0 | 11 | 270 | 117 | 67 |
| Binary | 110000 | 11011011 | 11100111 | 1001111 | 101 | 0 | 1001 | 10111000 | 1001111 | 110111 |
Color Harmonies of #30DBE7
Complementary color
Monochromatic Colors of #30DBE7
Black with #30DBE7
Text Example
Text Example
White with #30DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DBE7; }
p { color: rgb(48,219,231); }
H1.HeaderClassName
{
color: #30DBE7;
}
.AnyTagClassName
{
color: #30DBE7;
}
</style>
background-color css
<style>
a { background-color: #30DBE7; }
a { background-color: rgb(48,219,231); }
div.DivClassName
{
background-color: #30DBE7;
}
.BgClassName
{
background-color: #30DBE7;
}
</style>
border-color css
<style>
span { border-color: #30DBE7; }
span { border-color: rgb(48,219,231); }
td.TdClassName
{
border-color: #30DBE7;
}
.TagClassName
{
border-color: #30DBE7;
}
</style>