Shades of Turquoise #30D6DD
Tints of Turquoise #30D6DD
RGB
CMYK
RGB Variations
Color information
#30D6DD (or 0x30D6DD) is known color: Turquoise. HEX triplet: 30, D6 and DD. RGB value is (48,214,221). Sum of RGB (Red+Green+Blue) = 48+214+221=483 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.94% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #30D6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D6DD is #CF2922. Grayscale: #A4A4A4. Windows color (decimal): -13576483 or 14538288. OLE color: 14538288.
HSL color Cylindrical-coordinate representation of color #30D6DD: hue angle of 182.43º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D6DD is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 214 | 221 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.13 |
| HSL | 182.43º | 0.72% | 0.53% | - |
| HSV(B) | 182.43º | 0.78% | 0.87% | - |
| XYZ | 38.32 | 53.94 | 76.8 | - |
| YUV | 165.16 | 159.5 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 214 | 221 | 0.78 | 0.03 | 0 | 0.13 | 182.43 | 0.72 | 0.53 |
| Hex | 30 | D6 | DD | 4E | 3 | 0 | D | B6 | 48 | 35 |
| Octal | 60 | 326 | 335 | 116 | 3 | 0 | 15 | 266 | 110 | 65 |
| Binary | 110000 | 11010110 | 11011101 | 1001110 | 11 | 0 | 1101 | 10110110 | 1001000 | 110101 |
Color Harmonies of #30D6DD
Complementary color
Monochromatic Colors of #30D6DD
Black with #30D6DD
Text Example
Text Example
White with #30D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D6DD; }
p { color: rgb(48,214,221); }
H1.HeaderClassName
{
color: #30D6DD;
}
.AnyTagClassName
{
color: #30D6DD;
}
</style>
background-color css
<style>
a { background-color: #30D6DD; }
a { background-color: rgb(48,214,221); }
div.DivClassName
{
background-color: #30D6DD;
}
.BgClassName
{
background-color: #30D6DD;
}
</style>
border-color css
<style>
span { border-color: #30D6DD; }
span { border-color: rgb(48,214,221); }
td.TdClassName
{
border-color: #30D6DD;
}
.TagClassName
{
border-color: #30D6DD;
}
</style>