Shades of Turquoise #30DAFC
Tints of Turquoise #30DAFC
RGB
CMYK
RGB Variations
Color information
#30DAFC (or 0x30DAFC) is known color: Turquoise. HEX triplet: 30, DA and FC. RGB value is (48,218,252). Sum of RGB (Red+Green+Blue) = 48+218+252=518 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.27% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #30DAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DAFC is #CF2503. Grayscale: #AAAAAA. Windows color (decimal): -13575428 or 16570928. OLE color: 16570928.
HSL color Cylindrical-coordinate representation of color #30DAFC: hue angle of 190º 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 #30DAFC is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 218 | 252 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.01 |
| HSL | 190º | 0.97% | 0.59% | - |
| HSV(B) | 190º | 0.81% | 0.99% | - |
| XYZ | 43.86 | 57.8 | 100.94 | - |
| YUV | 171.05 | 173.68 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 218 | 252 | 0.81 | 0.13 | 0 | 0.01 | 190 | 0.97 | 0.59 |
| Hex | 30 | DA | FC | 51 | D | 0 | 1 | BE | 61 | 3B |
| Octal | 60 | 332 | 374 | 121 | 15 | 0 | 1 | 276 | 141 | 73 |
| Binary | 110000 | 11011010 | 11111100 | 1010001 | 1101 | 0 | 1 | 10111110 | 1100001 | 111011 |
Color Harmonies of #30DAFC
Complementary color
Monochromatic Colors of #30DAFC
Black with #30DAFC
Text Example
Text Example
White with #30DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DAFC; }
p { color: rgb(48,218,252); }
H1.HeaderClassName
{
color: #30DAFC;
}
.AnyTagClassName
{
color: #30DAFC;
}
</style>
background-color css
<style>
a { background-color: #30DAFC; }
a { background-color: rgb(48,218,252); }
div.DivClassName
{
background-color: #30DAFC;
}
.BgClassName
{
background-color: #30DAFC;
}
</style>
border-color css
<style>
span { border-color: #30DAFC; }
span { border-color: rgb(48,218,252); }
td.TdClassName
{
border-color: #30DAFC;
}
.TagClassName
{
border-color: #30DAFC;
}
</style>