Shades of Turquoise #30DDFB
Tints of Turquoise #30DDFB
RGB
CMYK
RGB Variations
Color information
#30DDFB (or 0x30DDFB) is known color: Turquoise. HEX triplet: 30, DD and FB. RGB value is (48,221,251). Sum of RGB (Red+Green+Blue) = 48+221+251=520 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.23% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #30DDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DDFB is #CF2204. Grayscale: #ACACAC. Windows color (decimal): -13574661 or 16506160. OLE color: 16506160.
HSL color Cylindrical-coordinate representation of color #30DDFB: hue angle of 188.87º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30DDFB is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 221 | 251 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.02 |
| HSL | 188.87º | 0.96% | 0.59% | - |
| HSV(B) | 188.87º | 0.81% | 0.98% | - |
| XYZ | 44.49 | 59.31 | 100.37 | - |
| YUV | 172.69 | 172.19 | 39.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 251 | 0.81 | 0.12 | 0 | 0.02 | 188.87 | 0.96 | 0.59 |
| Hex | 30 | DD | FB | 51 | C | 0 | 2 | BD | 60 | 3B |
| Octal | 60 | 335 | 373 | 121 | 14 | 0 | 2 | 275 | 140 | 73 |
| Binary | 110000 | 11011101 | 11111011 | 1010001 | 1100 | 0 | 10 | 10111101 | 1100000 | 111011 |
Color Harmonies of #30DDFB
Complementary color
Monochromatic Colors of #30DDFB
Black with #30DDFB
Text Example
Text Example
White with #30DDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DDFB; }
p { color: rgb(48,221,251); }
H1.HeaderClassName
{
color: #30DDFB;
}
.AnyTagClassName
{
color: #30DDFB;
}
</style>
background-color css
<style>
a { background-color: #30DDFB; }
a { background-color: rgb(48,221,251); }
div.DivClassName
{
background-color: #30DDFB;
}
.BgClassName
{
background-color: #30DDFB;
}
</style>
border-color css
<style>
span { border-color: #30DDFB; }
span { border-color: rgb(48,221,251); }
td.TdClassName
{
border-color: #30DDFB;
}
.TagClassName
{
border-color: #30DDFB;
}
</style>