Shades of Turquoise #30EEDD
Tints of Turquoise #30EEDD
RGB
CMYK
RGB Variations
Color information
#30EEDD (or 0x30EEDD) is known color: Turquoise. HEX triplet: 30, EE and DD. RGB value is (48,238,221). Sum of RGB (Red+Green+Blue) = 48+238+221=507 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.47% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 238 - color contains mainly: green. Hex color #30EEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EEDD is #CF1122. Grayscale: #B3B3B3. Windows color (decimal): -13570339 or 14544432. OLE color: 14544432.
HSL color Cylindrical-coordinate representation of color #30EEDD: hue angle of 174.63º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EEDD is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 238 | 221 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.07 |
| HSL | 174.63º | 0.85% | 0.56% | - |
| HSV(B) | 174.63º | 0.8% | 0.93% | - |
| XYZ | 44.84 | 67 | 78.97 | - |
| YUV | 179.25 | 151.55 | 34.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 221 | 0.80 | 0 | 0.07 | 0.07 | 174.63 | 0.85 | 0.56 |
| Hex | 30 | EE | DD | 50 | 0 | 7 | 7 | AF | 55 | 38 |
| Octal | 60 | 356 | 335 | 120 | 0 | 7 | 7 | 257 | 125 | 70 |
| Binary | 110000 | 11101110 | 11011101 | 1010000 | 0 | 111 | 111 | 10101111 | 1010101 | 111000 |
Color Harmonies of #30EEDD
Complementary color
Monochromatic Colors of #30EEDD
Black with #30EEDD
Text Example
Text Example
White with #30EEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EEDD; }
p { color: rgb(48,238,221); }
H1.HeaderClassName
{
color: #30EEDD;
}
.AnyTagClassName
{
color: #30EEDD;
}
</style>
background-color css
<style>
a { background-color: #30EEDD; }
a { background-color: rgb(48,238,221); }
div.DivClassName
{
background-color: #30EEDD;
}
.BgClassName
{
background-color: #30EEDD;
}
</style>
border-color css
<style>
span { border-color: #30EEDD; }
span { border-color: rgb(48,238,221); }
td.TdClassName
{
border-color: #30EEDD;
}
.TagClassName
{
border-color: #30EEDD;
}
</style>