Shades of Turquoise #30FCCD
Tints of Turquoise #30FCCD
RGB
CMYK
RGB Variations
Color information
#30FCCD (or 0x30FCCD) is known color: Turquoise. HEX triplet: 30, FC and CD. RGB value is (48,252,205). Sum of RGB (Red+Green+Blue) = 48+252+205=505 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.50% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCCD is #CF0332. Grayscale: #B9B9B9. Windows color (decimal): -13566771 or 13499440. OLE color: 13499440.
HSL color Cylindrical-coordinate representation of color #30FCCD: hue angle of 166.18º 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 #30FCCD is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 252 | 205 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.01 |
| HSL | 166.18º | 0.97% | 0.59% | - |
| HSV(B) | 166.18º | 0.81% | 0.99% | - |
| XYZ | 47.05 | 74.66 | 69.69 | - |
| YUV | 185.65 | 138.91 | 29.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 252 | 205 | 0.81 | 0 | 0.19 | 0.01 | 166.18 | 0.97 | 0.59 |
| Hex | 30 | FC | CD | 51 | 0 | 13 | 1 | A6 | 61 | 3B |
| Octal | 60 | 374 | 315 | 121 | 0 | 23 | 1 | 246 | 141 | 73 |
| Binary | 110000 | 11111100 | 11001101 | 1010001 | 0 | 10011 | 1 | 10100110 | 1100001 | 111011 |
Color Harmonies of #30FCCD
Complementary color
Monochromatic Colors of #30FCCD
Black with #30FCCD
Text Example
Text Example
White with #30FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FCCD; }
p { color: rgb(48,252,205); }
H1.HeaderClassName
{
color: #30FCCD;
}
.AnyTagClassName
{
color: #30FCCD;
}
</style>
background-color css
<style>
a { background-color: #30FCCD; }
a { background-color: rgb(48,252,205); }
div.DivClassName
{
background-color: #30FCCD;
}
.BgClassName
{
background-color: #30FCCD;
}
</style>
border-color css
<style>
span { border-color: #30FCCD; }
span { border-color: rgb(48,252,205); }
td.TdClassName
{
border-color: #30FCCD;
}
.TagClassName
{
border-color: #30FCCD;
}
</style>