Shades of Turquoise #30DAFD
Tints of Turquoise #30DAFD
RGB
CMYK
RGB Variations
Color information
#30DAFD (or 0x30DAFD) is known color: Turquoise. HEX triplet: 30, DA and FD. RGB value is (48,218,253). Sum of RGB (Red+Green+Blue) = 48+218+253=519 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.25% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #30DAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DAFD is #CF2502. Grayscale: #AAAAAA. Windows color (decimal): -13575427 or 16636464. OLE color: 16636464.
HSL color Cylindrical-coordinate representation of color #30DAFD: hue angle of 190.24º degrees, saturation: 0.98, 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 #30DAFD is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 218 | 253 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.01 |
| HSL | 190.24º | 0.98% | 0.59% | - |
| HSV(B) | 190.24º | 0.81% | 0.99% | - |
| XYZ | 44.02 | 57.86 | 101.78 | - |
| YUV | 171.16 | 174.18 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 218 | 253 | 0.81 | 0.14 | 0 | 0.01 | 190.24 | 0.98 | 0.59 |
| Hex | 30 | DA | FD | 51 | E | 0 | 1 | BE | 62 | 3B |
| Octal | 60 | 332 | 375 | 121 | 16 | 0 | 1 | 276 | 142 | 73 |
| Binary | 110000 | 11011010 | 11111101 | 1010001 | 1110 | 0 | 1 | 10111110 | 1100010 | 111011 |
Color Harmonies of #30DAFD
Complementary color
Monochromatic Colors of #30DAFD
Black with #30DAFD
Text Example
Text Example
White with #30DAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DAFD; }
p { color: rgb(48,218,253); }
H1.HeaderClassName
{
color: #30DAFD;
}
.AnyTagClassName
{
color: #30DAFD;
}
</style>
background-color css
<style>
a { background-color: #30DAFD; }
a { background-color: rgb(48,218,253); }
div.DivClassName
{
background-color: #30DAFD;
}
.BgClassName
{
background-color: #30DAFD;
}
</style>
border-color css
<style>
span { border-color: #30DAFD; }
span { border-color: rgb(48,218,253); }
td.TdClassName
{
border-color: #30DAFD;
}
.TagClassName
{
border-color: #30DAFD;
}
</style>