Shades of Turquoise #30FDCE
Tints of Turquoise #30FDCE
RGB
CMYK
RGB Variations
Color information
#30FDCE (or 0x30FDCE) is known color: Turquoise. HEX triplet: 30, FD and CE. RGB value is (48,253,206). Sum of RGB (Red+Green+Blue) = 48+253+206=507 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.47% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #30FDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FDCE is #CF0231. Grayscale: #BABABA. Windows color (decimal): -13566514 or 13565232. OLE color: 13565232.
HSL color Cylindrical-coordinate representation of color #30FDCE: hue angle of 166.24º 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 #30FDCE is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 253 | 206 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.01 |
| HSL | 166.24º | 0.98% | 0.59% | - |
| HSV(B) | 166.24º | 0.81% | 0.99% | - |
| XYZ | 47.48 | 75.34 | 70.43 | - |
| YUV | 186.35 | 139.08 | 29.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 253 | 206 | 0.81 | 0 | 0.19 | 0.01 | 166.24 | 0.98 | 0.59 |
| Hex | 30 | FD | CE | 51 | 0 | 13 | 1 | A6 | 62 | 3B |
| Octal | 60 | 375 | 316 | 121 | 0 | 23 | 1 | 246 | 142 | 73 |
| Binary | 110000 | 11111101 | 11001110 | 1010001 | 0 | 10011 | 1 | 10100110 | 1100010 | 111011 |
Color Harmonies of #30FDCE
Complementary color
Monochromatic Colors of #30FDCE
Black with #30FDCE
Text Example
Text Example
White with #30FDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FDCE; }
p { color: rgb(48,253,206); }
H1.HeaderClassName
{
color: #30FDCE;
}
.AnyTagClassName
{
color: #30FDCE;
}
</style>
background-color css
<style>
a { background-color: #30FDCE; }
a { background-color: rgb(48,253,206); }
div.DivClassName
{
background-color: #30FDCE;
}
.BgClassName
{
background-color: #30FDCE;
}
</style>
border-color css
<style>
span { border-color: #30FDCE; }
span { border-color: rgb(48,253,206); }
td.TdClassName
{
border-color: #30FDCE;
}
.TagClassName
{
border-color: #30FDCE;
}
</style>