Shades of Turquoise #30F7D2
Tints of Turquoise #30F7D2
RGB
CMYK
RGB Variations
Color information
#30F7D2 (or 0x30F7D2) is known color: Turquoise. HEX triplet: 30, F7 and D2. RGB value is (48,247,210). Sum of RGB (Red+Green+Blue) = 48+247+210=505 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.50% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #30F7D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F7D2 is #CF082D. Grayscale: #B7B7B7. Windows color (decimal): -13568046 or 13825840. OLE color: 13825840.
HSL color Cylindrical-coordinate representation of color #30F7D2: hue angle of 168.84º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F7D2 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 247 | 210 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.03 |
| HSL | 168.84º | 0.93% | 0.58% | - |
| HSV(B) | 168.84º | 0.81% | 0.97% | - |
| XYZ | 46.11 | 71.8 | 72.4 | - |
| YUV | 183.28 | 143.07 | 31.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 247 | 210 | 0.81 | 0 | 0.15 | 0.03 | 168.84 | 0.93 | 0.58 |
| Hex | 30 | F7 | D2 | 51 | 0 | F | 3 | A9 | 5D | 3A |
| Octal | 60 | 367 | 322 | 121 | 0 | 17 | 3 | 251 | 135 | 72 |
| Binary | 110000 | 11110111 | 11010010 | 1010001 | 0 | 1111 | 11 | 10101001 | 1011101 | 111010 |
Color Harmonies of #30F7D2
Complementary color
Monochromatic Colors of #30F7D2
Black with #30F7D2
Text Example
Text Example
White with #30F7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F7D2; }
p { color: rgb(48,247,210); }
H1.HeaderClassName
{
color: #30F7D2;
}
.AnyTagClassName
{
color: #30F7D2;
}
</style>
background-color css
<style>
a { background-color: #30F7D2; }
a { background-color: rgb(48,247,210); }
div.DivClassName
{
background-color: #30F7D2;
}
.BgClassName
{
background-color: #30F7D2;
}
</style>
border-color css
<style>
span { border-color: #30F7D2; }
span { border-color: rgb(48,247,210); }
td.TdClassName
{
border-color: #30F7D2;
}
.TagClassName
{
border-color: #30F7D2;
}
</style>