Shades of Turquoise #30DDF9
Tints of Turquoise #30DDF9
RGB
CMYK
RGB Variations
Color information
#30DDF9 (or 0x30DDF9) is known color: Turquoise. HEX triplet: 30, DD and F9. RGB value is (48,221,249). Sum of RGB (Red+Green+Blue) = 48+221+249=518 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.27% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #30DDF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DDF9 is #CF2206. Grayscale: #ACACAC. Windows color (decimal): -13574663 or 16375088. OLE color: 16375088.
HSL color Cylindrical-coordinate representation of color #30DDF9: hue angle of 188.36º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30DDF9 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 221 | 249 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.02 |
| HSL | 188.36º | 0.94% | 0.58% | - |
| HSV(B) | 188.36º | 0.81% | 0.98% | - |
| XYZ | 44.17 | 59.18 | 98.72 | - |
| YUV | 172.47 | 171.19 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 249 | 0.81 | 0.11 | 0 | 0.02 | 188.36 | 0.94 | 0.58 |
| Hex | 30 | DD | F9 | 51 | B | 0 | 2 | BC | 5E | 3A |
| Octal | 60 | 335 | 371 | 121 | 13 | 0 | 2 | 274 | 136 | 72 |
| Binary | 110000 | 11011101 | 11111001 | 1010001 | 1011 | 0 | 10 | 10111100 | 1011110 | 111010 |
Color Harmonies of #30DDF9
Complementary color
Monochromatic Colors of #30DDF9
Black with #30DDF9
Text Example
Text Example
White with #30DDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DDF9; }
p { color: rgb(48,221,249); }
H1.HeaderClassName
{
color: #30DDF9;
}
.AnyTagClassName
{
color: #30DDF9;
}
</style>
background-color css
<style>
a { background-color: #30DDF9; }
a { background-color: rgb(48,221,249); }
div.DivClassName
{
background-color: #30DDF9;
}
.BgClassName
{
background-color: #30DDF9;
}
</style>
border-color css
<style>
span { border-color: #30DDF9; }
span { border-color: rgb(48,221,249); }
td.TdClassName
{
border-color: #30DDF9;
}
.TagClassName
{
border-color: #30DDF9;
}
</style>