Shades of Turquoise #30DDED
Tints of Turquoise #30DDED
RGB
CMYK
RGB Variations
Color information
#30DDED (or 0x30DDED) is known color: Turquoise. HEX triplet: 30, DD and ED. RGB value is (48,221,237). Sum of RGB (Red+Green+Blue) = 48+221+237=506 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.49% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #30DDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DDED is #CF2212. Grayscale: #AAAAAA. Windows color (decimal): -13574675 or 15588656. OLE color: 15588656.
HSL color Cylindrical-coordinate representation of color #30DDED: hue angle of 185.08º degrees, saturation: 0.84, 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 #30DDED is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 221 | 237 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.07 |
| HSL | 185.08º | 0.84% | 0.56% | - |
| HSV(B) | 185.08º | 0.8% | 0.93% | - |
| XYZ | 42.36 | 58.46 | 89.17 | - |
| YUV | 171.1 | 165.19 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 237 | 0.80 | 0.07 | 0 | 0.07 | 185.08 | 0.84 | 0.56 |
| Hex | 30 | DD | ED | 50 | 7 | 0 | 7 | B9 | 54 | 38 |
| Octal | 60 | 335 | 355 | 120 | 7 | 0 | 7 | 271 | 124 | 70 |
| Binary | 110000 | 11011101 | 11101101 | 1010000 | 111 | 0 | 111 | 10111001 | 1010100 | 111000 |
Color Harmonies of #30DDED
Complementary color
Monochromatic Colors of #30DDED
Black with #30DDED
Text Example
Text Example
White with #30DDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DDED; }
p { color: rgb(48,221,237); }
H1.HeaderClassName
{
color: #30DDED;
}
.AnyTagClassName
{
color: #30DDED;
}
</style>
background-color css
<style>
a { background-color: #30DDED; }
a { background-color: rgb(48,221,237); }
div.DivClassName
{
background-color: #30DDED;
}
.BgClassName
{
background-color: #30DDED;
}
</style>
border-color css
<style>
span { border-color: #30DDED; }
span { border-color: rgb(48,221,237); }
td.TdClassName
{
border-color: #30DDED;
}
.TagClassName
{
border-color: #30DDED;
}
</style>