Shades of Turquoise #30FCCC
Tints of Turquoise #30FCCC
RGB
CMYK
RGB Variations
Color information
#30FCCC (or 0x30FCCC) is known color: Turquoise. HEX triplet: 30, FC and CC. RGB value is (48,252,204). Sum of RGB (Red+Green+Blue) = 48+252+204=504 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.52% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCCC is #CF0333. Grayscale: #B9B9B9. Windows color (decimal): -13566772 or 13433904. OLE color: 13433904.
HSL color Cylindrical-coordinate representation of color #30FCCC: hue angle of 165.88º 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 #30FCCC is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 252 | 204 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.01 |
| HSL | 165.88º | 0.97% | 0.59% | - |
| HSV(B) | 165.88º | 0.81% | 0.99% | - |
| XYZ | 46.93 | 74.61 | 69.05 | - |
| YUV | 185.53 | 138.41 | 29.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 252 | 204 | 0.81 | 0 | 0.19 | 0.01 | 165.88 | 0.97 | 0.59 |
| Hex | 30 | FC | CC | 51 | 0 | 13 | 1 | A6 | 61 | 3B |
| Octal | 60 | 374 | 314 | 121 | 0 | 23 | 1 | 246 | 141 | 73 |
| Binary | 110000 | 11111100 | 11001100 | 1010001 | 0 | 10011 | 1 | 10100110 | 1100001 | 111011 |
Color Harmonies of #30FCCC
Complementary color
Monochromatic Colors of #30FCCC
Black with #30FCCC
Text Example
Text Example
White with #30FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FCCC; }
p { color: rgb(48,252,204); }
H1.HeaderClassName
{
color: #30FCCC;
}
.AnyTagClassName
{
color: #30FCCC;
}
</style>
background-color css
<style>
a { background-color: #30FCCC; }
a { background-color: rgb(48,252,204); }
div.DivClassName
{
background-color: #30FCCC;
}
.BgClassName
{
background-color: #30FCCC;
}
</style>
border-color css
<style>
span { border-color: #30FCCC; }
span { border-color: rgb(48,252,204); }
td.TdClassName
{
border-color: #30FCCC;
}
.TagClassName
{
border-color: #30FCCC;
}
</style>