Shades of Turquoise #30FCD3
Tints of Turquoise #30FCD3
RGB
CMYK
RGB Variations
Color information
#30FCD3 (or 0x30FCD3) is known color: Turquoise. HEX triplet: 30, FC and D3. RGB value is (48,252,211). Sum of RGB (Red+Green+Blue) = 48+252+211=511 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.39% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCD3 is #CF032C. Grayscale: #BABABA. Windows color (decimal): -13566765 or 13892656. OLE color: 13892656.
HSL color Cylindrical-coordinate representation of color #30FCD3: hue angle of 167.94º 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 #30FCD3 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 252 | 211 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.01 |
| HSL | 167.94º | 0.97% | 0.59% | - |
| HSV(B) | 167.94º | 0.81% | 0.99% | - |
| XYZ | 47.79 | 74.95 | 73.58 | - |
| YUV | 186.33 | 141.91 | 29.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 252 | 211 | 0.81 | 0 | 0.16 | 0.01 | 167.94 | 0.97 | 0.59 |
| Hex | 30 | FC | D3 | 51 | 0 | 10 | 1 | A8 | 61 | 3B |
| Octal | 60 | 374 | 323 | 121 | 0 | 20 | 1 | 250 | 141 | 73 |
| Binary | 110000 | 11111100 | 11010011 | 1010001 | 0 | 10000 | 1 | 10101000 | 1100001 | 111011 |
Color Harmonies of #30FCD3
Complementary color
Monochromatic Colors of #30FCD3
Black with #30FCD3
Text Example
Text Example
White with #30FCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FCD3; }
p { color: rgb(48,252,211); }
H1.HeaderClassName
{
color: #30FCD3;
}
.AnyTagClassName
{
color: #30FCD3;
}
</style>
background-color css
<style>
a { background-color: #30FCD3; }
a { background-color: rgb(48,252,211); }
div.DivClassName
{
background-color: #30FCD3;
}
.BgClassName
{
background-color: #30FCD3;
}
</style>
border-color css
<style>
span { border-color: #30FCD3; }
span { border-color: rgb(48,252,211); }
td.TdClassName
{
border-color: #30FCD3;
}
.TagClassName
{
border-color: #30FCD3;
}
</style>