Shades of Turquoise #30FFDE
Tints of Turquoise #30FFDE
RGB
CMYK
RGB Variations
Color information
#30FFDE (or 0x30FFDE) is known color: Turquoise. HEX triplet: 30, FF and DE. RGB value is (48,255,222). Sum of RGB (Red+Green+Blue) = 48+255+222=525 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.14% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFDE is #CF0021. Grayscale: #BDBDBD. Windows color (decimal): -13565986 or 14614320. OLE color: 14614320.
HSL color Cylindrical-coordinate representation of color #30FFDE: hue angle of 170.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FFDE is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 222 | - |
| CMYK | 0.81 | 0 | 0.13 | 0 |
| HSL | 170.43º | 1% | 0.59% | - |
| HSV(B) | 170.43º | 0.81% | 1% | - |
| XYZ | 50.16 | 77.42 | 81.41 | - |
| YUV | 189.35 | 146.42 | 27.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 222 | 0.81 | 0 | 0.13 | 0 | 170.43 | 1 | 0.59 |
| Hex | 30 | FF | DE | 51 | 0 | D | 0 | AA | 64 | 3B |
| Octal | 60 | 377 | 336 | 121 | 0 | 15 | 0 | 252 | 144 | 73 |
| Binary | 110000 | 11111111 | 11011110 | 1010001 | 0 | 1101 | 0 | 10101010 | 1100100 | 111011 |
Color Harmonies of #30FFDE
Complementary color
Monochromatic Colors of #30FFDE
Black with #30FFDE
Text Example
Text Example
White with #30FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FFDE; }
p { color: rgb(48,255,222); }
H1.HeaderClassName
{
color: #30FFDE;
}
.AnyTagClassName
{
color: #30FFDE;
}
</style>
background-color css
<style>
a { background-color: #30FFDE; }
a { background-color: rgb(48,255,222); }
div.DivClassName
{
background-color: #30FFDE;
}
.BgClassName
{
background-color: #30FFDE;
}
</style>
border-color css
<style>
span { border-color: #30FFDE; }
span { border-color: rgb(48,255,222); }
td.TdClassName
{
border-color: #30FFDE;
}
.TagClassName
{
border-color: #30FFDE;
}
</style>