Shades of Turquoise #30DBEB
Tints of Turquoise #30DBEB
RGB
CMYK
RGB Variations
Color information
#30DBEB (or 0x30DBEB) is known color: Turquoise. HEX triplet: 30, DB and EB. RGB value is (48,219,235). Sum of RGB (Red+Green+Blue) = 48+219+235=502 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.56% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #30DBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DBEB is #CF2414. Grayscale: #A9A9A9. Windows color (decimal): -13575189 or 15457072. OLE color: 15457072.
HSL color Cylindrical-coordinate representation of color #30DBEB: hue angle of 185.13º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30DBEB is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 219 | 235 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.08 |
| HSL | 185.13º | 0.82% | 0.55% | - |
| HSV(B) | 185.13º | 0.8% | 0.92% | - |
| XYZ | 41.55 | 57.29 | 87.47 | - |
| YUV | 169.7 | 164.85 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 219 | 235 | 0.80 | 0.07 | 0 | 0.08 | 185.13 | 0.82 | 0.55 |
| Hex | 30 | DB | EB | 50 | 7 | 0 | 8 | B9 | 52 | 37 |
| Octal | 60 | 333 | 353 | 120 | 7 | 0 | 10 | 271 | 122 | 67 |
| Binary | 110000 | 11011011 | 11101011 | 1010000 | 111 | 0 | 1000 | 10111001 | 1010010 | 110111 |
Color Harmonies of #30DBEB
Complementary color
Monochromatic Colors of #30DBEB
Black with #30DBEB
Text Example
Text Example
White with #30DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DBEB; }
p { color: rgb(48,219,235); }
H1.HeaderClassName
{
color: #30DBEB;
}
.AnyTagClassName
{
color: #30DBEB;
}
</style>
background-color css
<style>
a { background-color: #30DBEB; }
a { background-color: rgb(48,219,235); }
div.DivClassName
{
background-color: #30DBEB;
}
.BgClassName
{
background-color: #30DBEB;
}
</style>
border-color css
<style>
span { border-color: #30DBEB; }
span { border-color: rgb(48,219,235); }
td.TdClassName
{
border-color: #30DBEB;
}
.TagClassName
{
border-color: #30DBEB;
}
</style>