Shades of Turquoise #30DFFC
Tints of Turquoise #30DFFC
RGB
CMYK
RGB Variations
Color information
#30DFFC (or 0x30DFFC) is known color: Turquoise. HEX triplet: 30, DF and FC. RGB value is (48,223,252). Sum of RGB (Red+Green+Blue) = 48+223+252=523 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.18% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #30DFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DFFC is #CF2003. Grayscale: #ADADAD. Windows color (decimal): -13574148 or 16572208. OLE color: 16572208.
HSL color Cylindrical-coordinate representation of color #30DFFC: hue angle of 188.53º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30DFFC is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 223 | 252 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.01 |
| HSL | 188.53º | 0.97% | 0.59% | - |
| HSV(B) | 188.53º | 0.81% | 0.99% | - |
| XYZ | 45.18 | 60.43 | 101.38 | - |
| YUV | 173.98 | 172.02 | 38.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 252 | 0.81 | 0.12 | 0 | 0.01 | 188.53 | 0.97 | 0.59 |
| Hex | 30 | DF | FC | 51 | C | 0 | 1 | BD | 61 | 3B |
| Octal | 60 | 337 | 374 | 121 | 14 | 0 | 1 | 275 | 141 | 73 |
| Binary | 110000 | 11011111 | 11111100 | 1010001 | 1100 | 0 | 1 | 10111101 | 1100001 | 111011 |
Color Harmonies of #30DFFC
Complementary color
Monochromatic Colors of #30DFFC
Black with #30DFFC
Text Example
Text Example
White with #30DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DFFC; }
p { color: rgb(48,223,252); }
H1.HeaderClassName
{
color: #30DFFC;
}
.AnyTagClassName
{
color: #30DFFC;
}
</style>
background-color css
<style>
a { background-color: #30DFFC; }
a { background-color: rgb(48,223,252); }
div.DivClassName
{
background-color: #30DFFC;
}
.BgClassName
{
background-color: #30DFFC;
}
</style>
border-color css
<style>
span { border-color: #30DFFC; }
span { border-color: rgb(48,223,252); }
td.TdClassName
{
border-color: #30DFFC;
}
.TagClassName
{
border-color: #30DFFC;
}
</style>