Shades of Turquoise #30DFF9
Tints of Turquoise #30DFF9
RGB
CMYK
RGB Variations
Color information
#30DFF9 (or 0x30DFF9) is known color: Turquoise. HEX triplet: 30, DF and F9. RGB value is (48,223,249). Sum of RGB (Red+Green+Blue) = 48+223+249=520 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.23% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #30DFF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DFF9 is #CF2006. Grayscale: #ADADAD. Windows color (decimal): -13574151 or 16375600. OLE color: 16375600.
HSL color Cylindrical-coordinate representation of color #30DFF9: hue angle of 187.76º 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 #30DFF9 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 223 | 249 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.02 |
| HSL | 187.76º | 0.94% | 0.58% | - |
| HSV(B) | 187.76º | 0.81% | 0.98% | - |
| XYZ | 44.71 | 60.24 | 98.89 | - |
| YUV | 173.64 | 170.52 | 38.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 249 | 0.81 | 0.10 | 0 | 0.02 | 187.76 | 0.94 | 0.58 |
| Hex | 30 | DF | F9 | 51 | A | 0 | 2 | BC | 5E | 3A |
| Octal | 60 | 337 | 371 | 121 | 12 | 0 | 2 | 274 | 136 | 72 |
| Binary | 110000 | 11011111 | 11111001 | 1010001 | 1010 | 0 | 10 | 10111100 | 1011110 | 111010 |
Color Harmonies of #30DFF9
Complementary color
Monochromatic Colors of #30DFF9
Black with #30DFF9
Text Example
Text Example
White with #30DFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DFF9; }
p { color: rgb(48,223,249); }
H1.HeaderClassName
{
color: #30DFF9;
}
.AnyTagClassName
{
color: #30DFF9;
}
</style>
background-color css
<style>
a { background-color: #30DFF9; }
a { background-color: rgb(48,223,249); }
div.DivClassName
{
background-color: #30DFF9;
}
.BgClassName
{
background-color: #30DFF9;
}
</style>
border-color css
<style>
span { border-color: #30DFF9; }
span { border-color: rgb(48,223,249); }
td.TdClassName
{
border-color: #30DFF9;
}
.TagClassName
{
border-color: #30DFF9;
}
</style>