Shades of Turquoise #30DFFB
Tints of Turquoise #30DFFB
RGB
CMYK
RGB Variations
Color information
#30DFFB (or 0x30DFFB) is known color: Turquoise. HEX triplet: 30, DF and FB. RGB value is (48,223,251). Sum of RGB (Red+Green+Blue) = 48+223+251=522 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.20% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #30DFFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DFFB is #CF2004. Grayscale: #ADADAD. Windows color (decimal): -13574149 or 16506672. OLE color: 16506672.
HSL color Cylindrical-coordinate representation of color #30DFFB: hue angle of 188.28º 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 #30DFFB is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 223 | 251 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.02 |
| HSL | 188.28º | 0.96% | 0.59% | - |
| HSV(B) | 188.28º | 0.81% | 0.98% | - |
| XYZ | 45.02 | 60.37 | 100.55 | - |
| YUV | 173.87 | 171.52 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 251 | 0.81 | 0.11 | 0 | 0.02 | 188.28 | 0.96 | 0.59 |
| Hex | 30 | DF | FB | 51 | B | 0 | 2 | BC | 60 | 3B |
| Octal | 60 | 337 | 373 | 121 | 13 | 0 | 2 | 274 | 140 | 73 |
| Binary | 110000 | 11011111 | 11111011 | 1010001 | 1011 | 0 | 10 | 10111100 | 1100000 | 111011 |
Color Harmonies of #30DFFB
Complementary color
Monochromatic Colors of #30DFFB
Black with #30DFFB
Text Example
Text Example
White with #30DFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DFFB; }
p { color: rgb(48,223,251); }
H1.HeaderClassName
{
color: #30DFFB;
}
.AnyTagClassName
{
color: #30DFFB;
}
</style>
background-color css
<style>
a { background-color: #30DFFB; }
a { background-color: rgb(48,223,251); }
div.DivClassName
{
background-color: #30DFFB;
}
.BgClassName
{
background-color: #30DFFB;
}
</style>
border-color css
<style>
span { border-color: #30DFFB; }
span { border-color: rgb(48,223,251); }
td.TdClassName
{
border-color: #30DFFB;
}
.TagClassName
{
border-color: #30DFFB;
}
</style>