Shades of Turquoise #30DDEE
Tints of Turquoise #30DDEE
RGB
CMYK
RGB Variations
Color information
#30DDEE (or 0x30DDEE) is known color: Turquoise. HEX triplet: 30, DD and EE. RGB value is (48,221,238). Sum of RGB (Red+Green+Blue) = 48+221+238=507 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.47% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #30DDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DDEE is #CF2211. Grayscale: #AAAAAA. Windows color (decimal): -13574674 or 15654192. OLE color: 15654192.
HSL color Cylindrical-coordinate representation of color #30DDEE: hue angle of 185.37º 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 #30DDEE is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 221 | 238 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.07 |
| HSL | 185.37º | 0.85% | 0.56% | - |
| HSV(B) | 185.37º | 0.8% | 0.93% | - |
| XYZ | 42.51 | 58.51 | 89.94 | - |
| YUV | 171.21 | 165.69 | 40.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 238 | 0.80 | 0.07 | 0 | 0.07 | 185.37 | 0.85 | 0.56 |
| Hex | 30 | DD | EE | 50 | 7 | 0 | 7 | B9 | 55 | 38 |
| Octal | 60 | 335 | 356 | 120 | 7 | 0 | 7 | 271 | 125 | 70 |
| Binary | 110000 | 11011101 | 11101110 | 1010000 | 111 | 0 | 111 | 10111001 | 1010101 | 111000 |
Color Harmonies of #30DDEE
Complementary color
Monochromatic Colors of #30DDEE
Black with #30DDEE
Text Example
Text Example
White with #30DDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DDEE; }
p { color: rgb(48,221,238); }
H1.HeaderClassName
{
color: #30DDEE;
}
.AnyTagClassName
{
color: #30DDEE;
}
</style>
background-color css
<style>
a { background-color: #30DDEE; }
a { background-color: rgb(48,221,238); }
div.DivClassName
{
background-color: #30DDEE;
}
.BgClassName
{
background-color: #30DDEE;
}
</style>
border-color css
<style>
span { border-color: #30DDEE; }
span { border-color: rgb(48,221,238); }
td.TdClassName
{
border-color: #30DDEE;
}
.TagClassName
{
border-color: #30DDEE;
}
</style>