Shades of Turquoise #30FBDC
Tints of Turquoise #30FBDC
RGB
CMYK
RGB Variations
Color information
#30FBDC (or 0x30FBDC) is known color: Turquoise. HEX triplet: 30, FB and DC. RGB value is (48,251,220). Sum of RGB (Red+Green+Blue) = 48+251+220=519 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.25% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #30FBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FBDC is #CF0423. Grayscale: #BABABA. Windows color (decimal): -13567012 or 14482224. OLE color: 14482224.
HSL color Cylindrical-coordinate representation of color #30FBDC: hue angle of 170.84º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FBDC is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 251 | 220 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.02 |
| HSL | 170.84º | 0.96% | 0.59% | - |
| HSV(B) | 170.84º | 0.81% | 0.98% | - |
| XYZ | 48.63 | 74.79 | 79.58 | - |
| YUV | 186.77 | 146.75 | 29.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 251 | 220 | 0.81 | 0 | 0.12 | 0.02 | 170.84 | 0.96 | 0.59 |
| Hex | 30 | FB | DC | 51 | 0 | C | 2 | AB | 60 | 3B |
| Octal | 60 | 373 | 334 | 121 | 0 | 14 | 2 | 253 | 140 | 73 |
| Binary | 110000 | 11111011 | 11011100 | 1010001 | 0 | 1100 | 10 | 10101011 | 1100000 | 111011 |
Color Harmonies of #30FBDC
Complementary color
Monochromatic Colors of #30FBDC
Black with #30FBDC
Text Example
Text Example
White with #30FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FBDC; }
p { color: rgb(48,251,220); }
H1.HeaderClassName
{
color: #30FBDC;
}
.AnyTagClassName
{
color: #30FBDC;
}
</style>
background-color css
<style>
a { background-color: #30FBDC; }
a { background-color: rgb(48,251,220); }
div.DivClassName
{
background-color: #30FBDC;
}
.BgClassName
{
background-color: #30FBDC;
}
</style>
border-color css
<style>
span { border-color: #30FBDC; }
span { border-color: rgb(48,251,220); }
td.TdClassName
{
border-color: #30FBDC;
}
.TagClassName
{
border-color: #30FBDC;
}
</style>