Shades of Turquoise #30FFCC
Tints of Turquoise #30FFCC
RGB
CMYK
RGB Variations
Color information
#30FFCC (or 0x30FFCC) is known color: Turquoise. HEX triplet: 30, FF and CC. RGB value is (48,255,204). Sum of RGB (Red+Green+Blue) = 48+255+204=507 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.47% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFCC is #CF0033. Grayscale: #BBBBBB. Windows color (decimal): -13566004 or 13434672. OLE color: 13434672.
HSL color Cylindrical-coordinate representation of color #30FFCC: hue angle of 165.22º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FFCC is Cyan = 0.81, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 204 | - |
| CMYK | 0.81 | 0 | 0.2 | 0 |
| HSL | 165.22º | 1% | 0.59% | - |
| HSV(B) | 165.22º | 0.81% | 1% | - |
| XYZ | 47.88 | 76.51 | 69.37 | - |
| YUV | 187.29 | 137.42 | 28.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 204 | 0.81 | 0 | 0.2 | 0 | 165.22 | 1 | 0.59 |
| Hex | 30 | FF | CC | 51 | 0 | 14 | 0 | A5 | 64 | 3B |
| Octal | 60 | 377 | 314 | 121 | 0 | 24 | 0 | 245 | 144 | 73 |
| Binary | 110000 | 11111111 | 11001100 | 1010001 | 0 | 10100 | 0 | 10100101 | 1100100 | 111011 |
Color Harmonies of #30FFCC
Complementary color
Monochromatic Colors of #30FFCC
Black with #30FFCC
Text Example
Text Example
White with #30FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FFCC; }
p { color: rgb(48,255,204); }
H1.HeaderClassName
{
color: #30FFCC;
}
.AnyTagClassName
{
color: #30FFCC;
}
</style>
background-color css
<style>
a { background-color: #30FFCC; }
a { background-color: rgb(48,255,204); }
div.DivClassName
{
background-color: #30FFCC;
}
.BgClassName
{
background-color: #30FFCC;
}
</style>
border-color css
<style>
span { border-color: #30FFCC; }
span { border-color: rgb(48,255,204); }
td.TdClassName
{
border-color: #30FFCC;
}
.TagClassName
{
border-color: #30FFCC;
}
</style>