Shades of Turquoise #30D8F8
Tints of Turquoise #30D8F8
RGB
CMYK
RGB Variations
Color information
#30D8F8 (or 0x30D8F8) is known color: Turquoise. HEX triplet: 30, D8 and F8. RGB value is (48,216,248). Sum of RGB (Red+Green+Blue) = 48+216+248=512 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.38% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 248 - color contains mainly: blue. Hex color #30D8F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D8F8 is #CF2707. Grayscale: #A9A9A9. Windows color (decimal): -13575944 or 16308272. OLE color: 16308272.
HSL color Cylindrical-coordinate representation of color #30D8F8: hue angle of 189.6º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30D8F8 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 216 | 248 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.03 |
| HSL | 189.6º | 0.93% | 0.58% | - |
| HSV(B) | 189.6º | 0.81% | 0.97% | - |
| XYZ | 42.72 | 56.52 | 97.46 | - |
| YUV | 169.42 | 172.34 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 216 | 248 | 0.81 | 0.13 | 0 | 0.03 | 189.6 | 0.93 | 0.58 |
| Hex | 30 | D8 | F8 | 51 | D | 0 | 3 | BE | 5D | 3A |
| Octal | 60 | 330 | 370 | 121 | 15 | 0 | 3 | 276 | 135 | 72 |
| Binary | 110000 | 11011000 | 11111000 | 1010001 | 1101 | 0 | 11 | 10111110 | 1011101 | 111010 |
Color Harmonies of #30D8F8
Complementary color
Monochromatic Colors of #30D8F8
Black with #30D8F8
Text Example
Text Example
White with #30D8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D8F8; }
p { color: rgb(48,216,248); }
H1.HeaderClassName
{
color: #30D8F8;
}
.AnyTagClassName
{
color: #30D8F8;
}
</style>
background-color css
<style>
a { background-color: #30D8F8; }
a { background-color: rgb(48,216,248); }
div.DivClassName
{
background-color: #30D8F8;
}
.BgClassName
{
background-color: #30D8F8;
}
</style>
border-color css
<style>
span { border-color: #30D8F8; }
span { border-color: rgb(48,216,248); }
td.TdClassName
{
border-color: #30D8F8;
}
.TagClassName
{
border-color: #30D8F8;
}
</style>