Shades of Turquoise #30FDD4
Tints of Turquoise #30FDD4
RGB
CMYK
RGB Variations
Color information
#30FDD4 (or 0x30FDD4) is known color: Turquoise. HEX triplet: 30, FD and D4. RGB value is (48,253,212). Sum of RGB (Red+Green+Blue) = 48+253+212=513 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.36% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #30FDD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FDD4 is #CF022B. Grayscale: #BABABA. Windows color (decimal): -13566508 or 13958448. OLE color: 13958448.
HSL color Cylindrical-coordinate representation of color #30FDD4: hue angle of 168º 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 #30FDD4 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 253 | 212 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.01 |
| HSL | 168º | 0.98% | 0.59% | - |
| HSV(B) | 168º | 0.81% | 0.99% | - |
| XYZ | 48.23 | 75.63 | 74.34 | - |
| YUV | 187.03 | 142.08 | 28.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 253 | 212 | 0.81 | 0 | 0.16 | 0.01 | 168 | 0.98 | 0.59 |
| Hex | 30 | FD | D4 | 51 | 0 | 10 | 1 | A8 | 62 | 3B |
| Octal | 60 | 375 | 324 | 121 | 0 | 20 | 1 | 250 | 142 | 73 |
| Binary | 110000 | 11111101 | 11010100 | 1010001 | 0 | 10000 | 1 | 10101000 | 1100010 | 111011 |
Color Harmonies of #30FDD4
Complementary color
Monochromatic Colors of #30FDD4
Black with #30FDD4
Text Example
Text Example
White with #30FDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FDD4; }
p { color: rgb(48,253,212); }
H1.HeaderClassName
{
color: #30FDD4;
}
.AnyTagClassName
{
color: #30FDD4;
}
</style>
background-color css
<style>
a { background-color: #30FDD4; }
a { background-color: rgb(48,253,212); }
div.DivClassName
{
background-color: #30FDD4;
}
.BgClassName
{
background-color: #30FDD4;
}
</style>
border-color css
<style>
span { border-color: #30FDD4; }
span { border-color: rgb(48,253,212); }
td.TdClassName
{
border-color: #30FDD4;
}
.TagClassName
{
border-color: #30FDD4;
}
</style>