Shades of Turquoise #30FCD8
Tints of Turquoise #30FCD8
RGB
CMYK
RGB Variations
Color information
#30FCD8 (or 0x30FCD8) is known color: Turquoise. HEX triplet: 30, FC and D8. RGB value is (48,252,216). Sum of RGB (Red+Green+Blue) = 48+252+216=516 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.30% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 216 (84.77% from 255 or 41.86% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCD8 is #CF0327. Grayscale: #BABABA. Windows color (decimal): -13566760 or 14220336. OLE color: 14220336.
HSL color Cylindrical-coordinate representation of color #30FCD8: hue angle of 169.41º 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 #30FCD8 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 252 | 216 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.01 |
| HSL | 169.41º | 0.97% | 0.59% | - |
| HSV(B) | 169.41º | 0.81% | 0.99% | - |
| XYZ | 48.42 | 75.21 | 76.93 | - |
| YUV | 186.9 | 144.41 | 28.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 252 | 216 | 0.81 | 0 | 0.14 | 0.01 | 169.41 | 0.97 | 0.59 |
| Hex | 30 | FC | D8 | 51 | 0 | E | 1 | A9 | 61 | 3B |
| Octal | 60 | 374 | 330 | 121 | 0 | 16 | 1 | 251 | 141 | 73 |
| Binary | 110000 | 11111100 | 11011000 | 1010001 | 0 | 1110 | 1 | 10101001 | 1100001 | 111011 |
Color Harmonies of #30FCD8
Complementary color
Monochromatic Colors of #30FCD8
Black with #30FCD8
Text Example
Text Example
White with #30FCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FCD8; }
p { color: rgb(48,252,216); }
H1.HeaderClassName
{
color: #30FCD8;
}
.AnyTagClassName
{
color: #30FCD8;
}
</style>
background-color css
<style>
a { background-color: #30FCD8; }
a { background-color: rgb(48,252,216); }
div.DivClassName
{
background-color: #30FCD8;
}
.BgClassName
{
background-color: #30FCD8;
}
</style>
border-color css
<style>
span { border-color: #30FCD8; }
span { border-color: rgb(48,252,216); }
td.TdClassName
{
border-color: #30FCD8;
}
.TagClassName
{
border-color: #30FCD8;
}
</style>