Shades of Turquoise #30DBFD
Tints of Turquoise #30DBFD
RGB
CMYK
RGB Variations
Color information
#30DBFD (or 0x30DBFD) is known color: Turquoise. HEX triplet: 30, DB and FD. RGB value is (48,219,253). Sum of RGB (Red+Green+Blue) = 48+219+253=520 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.23% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #30DBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DBFD is #CF2402. Grayscale: #ABABAB. Windows color (decimal): -13575171 or 16636720. OLE color: 16636720.
HSL color Cylindrical-coordinate representation of color #30DBFD: hue angle of 189.95º 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 #30DBFD is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 219 | 253 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.01 |
| HSL | 189.95º | 0.98% | 0.59% | - |
| HSV(B) | 189.95º | 0.81% | 0.99% | - |
| XYZ | 44.28 | 58.38 | 101.86 | - |
| YUV | 171.75 | 173.85 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 219 | 253 | 0.81 | 0.13 | 0 | 0.01 | 189.95 | 0.98 | 0.59 |
| Hex | 30 | DB | FD | 51 | D | 0 | 1 | BE | 62 | 3B |
| Octal | 60 | 333 | 375 | 121 | 15 | 0 | 1 | 276 | 142 | 73 |
| Binary | 110000 | 11011011 | 11111101 | 1010001 | 1101 | 0 | 1 | 10111110 | 1100010 | 111011 |
Color Harmonies of #30DBFD
Complementary color
Monochromatic Colors of #30DBFD
Black with #30DBFD
Text Example
Text Example
White with #30DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DBFD; }
p { color: rgb(48,219,253); }
H1.HeaderClassName
{
color: #30DBFD;
}
.AnyTagClassName
{
color: #30DBFD;
}
</style>
background-color css
<style>
a { background-color: #30DBFD; }
a { background-color: rgb(48,219,253); }
div.DivClassName
{
background-color: #30DBFD;
}
.BgClassName
{
background-color: #30DBFD;
}
</style>
border-color css
<style>
span { border-color: #30DBFD; }
span { border-color: rgb(48,219,253); }
td.TdClassName
{
border-color: #30DBFD;
}
.TagClassName
{
border-color: #30DBFD;
}
</style>