Shades of Turquoise #30DBFF
Tints of Turquoise #30DBFF
RGB
CMYK
RGB Variations
Color information
#30DBFF (or 0x30DBFF) is known color: Turquoise. HEX triplet: 30, DB and FF. RGB value is (48,219,255). Sum of RGB (Red+Green+Blue) = 48+219+255=522 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.20% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #30DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DBFF is #CF2400. Grayscale: #ABABAB. Windows color (decimal): -13575169 or 16767792. OLE color: 16767792.
HSL color Cylindrical-coordinate representation of color #30DBFF: hue angle of 190.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30DBFF is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 219 | 255 | - |
| CMYK | 0.81 | 0.14 | 0 | 0 |
| HSL | 190.43º | 1% | 0.59% | - |
| HSV(B) | 190.43º | 0.81% | 1% | - |
| XYZ | 44.6 | 58.51 | 103.55 | - |
| YUV | 171.98 | 174.85 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 219 | 255 | 0.81 | 0.14 | 0 | 0 | 190.43 | 1 | 0.59 |
| Hex | 30 | DB | FF | 51 | E | 0 | 0 | BE | 64 | 3B |
| Octal | 60 | 333 | 377 | 121 | 16 | 0 | 0 | 276 | 144 | 73 |
| Binary | 110000 | 11011011 | 11111111 | 1010001 | 1110 | 0 | 0 | 10111110 | 1100100 | 111011 |
Color Harmonies of #30DBFF
Complementary color
Monochromatic Colors of #30DBFF
Black with #30DBFF
Text Example
Text Example
White with #30DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DBFF; }
p { color: rgb(48,219,255); }
H1.HeaderClassName
{
color: #30DBFF;
}
.AnyTagClassName
{
color: #30DBFF;
}
</style>
background-color css
<style>
a { background-color: #30DBFF; }
a { background-color: rgb(48,219,255); }
div.DivClassName
{
background-color: #30DBFF;
}
.BgClassName
{
background-color: #30DBFF;
}
</style>
border-color css
<style>
span { border-color: #30DBFF; }
span { border-color: rgb(48,219,255); }
td.TdClassName
{
border-color: #30DBFF;
}
.TagClassName
{
border-color: #30DBFF;
}
</style>