Shades of Turquoise #30FDDD
Tints of Turquoise #30FDDD
RGB
CMYK
RGB Variations
Color information
#30FDDD (or 0x30FDDD) is known color: Turquoise. HEX triplet: 30, FD and DD. RGB value is (48,253,221). Sum of RGB (Red+Green+Blue) = 48+253+221=522 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.20% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #30FDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FDDD is #CF0222. Grayscale: #BBBBBB. Windows color (decimal): -13566499 or 14548272. OLE color: 14548272.
HSL color Cylindrical-coordinate representation of color #30FDDD: hue angle of 170.63º degrees, saturation: 0.98, 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 #30FDDD is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 253 | 221 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.01 |
| HSL | 170.63º | 0.98% | 0.59% | - |
| HSV(B) | 170.63º | 0.81% | 0.99% | - |
| XYZ | 49.4 | 76.1 | 80.49 | - |
| YUV | 188.06 | 146.58 | 28.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 253 | 221 | 0.81 | 0 | 0.13 | 0.01 | 170.63 | 0.98 | 0.59 |
| Hex | 30 | FD | DD | 51 | 0 | D | 1 | AB | 62 | 3B |
| Octal | 60 | 375 | 335 | 121 | 0 | 15 | 1 | 253 | 142 | 73 |
| Binary | 110000 | 11111101 | 11011101 | 1010001 | 0 | 1101 | 1 | 10101011 | 1100010 | 111011 |
Color Harmonies of #30FDDD
Complementary color
Monochromatic Colors of #30FDDD
Black with #30FDDD
Text Example
Text Example
White with #30FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FDDD; }
p { color: rgb(48,253,221); }
H1.HeaderClassName
{
color: #30FDDD;
}
.AnyTagClassName
{
color: #30FDDD;
}
</style>
background-color css
<style>
a { background-color: #30FDDD; }
a { background-color: rgb(48,253,221); }
div.DivClassName
{
background-color: #30FDDD;
}
.BgClassName
{
background-color: #30FDDD;
}
</style>
border-color css
<style>
span { border-color: #30FDDD; }
span { border-color: rgb(48,253,221); }
td.TdClassName
{
border-color: #30FDDD;
}
.TagClassName
{
border-color: #30FDDD;
}
</style>