Shades of Turquoise #30DDF2
Tints of Turquoise #30DDF2
RGB
CMYK
RGB Variations
Color information
#30DDF2 (or 0x30DDF2) is known color: Turquoise. HEX triplet: 30, DD and F2. RGB value is (48,221,242). Sum of RGB (Red+Green+Blue) = 48+221+242=511 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.39% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #30DDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DDF2 is #CF220D. Grayscale: #ABABAB. Windows color (decimal): -13574670 or 15916336. OLE color: 15916336.
HSL color Cylindrical-coordinate representation of color #30DDF2: hue angle of 186.49º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30DDF2 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 221 | 242 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.05 |
| HSL | 186.49º | 0.88% | 0.57% | - |
| HSV(B) | 186.49º | 0.8% | 0.95% | - |
| XYZ | 43.1 | 58.75 | 93.07 | - |
| YUV | 171.67 | 167.69 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 242 | 0.80 | 0.09 | 0 | 0.05 | 186.49 | 0.88 | 0.57 |
| Hex | 30 | DD | F2 | 50 | 9 | 0 | 5 | BA | 58 | 39 |
| Octal | 60 | 335 | 362 | 120 | 11 | 0 | 5 | 272 | 130 | 71 |
| Binary | 110000 | 11011101 | 11110010 | 1010000 | 1001 | 0 | 101 | 10111010 | 1011000 | 111001 |
Color Harmonies of #30DDF2
Complementary color
Monochromatic Colors of #30DDF2
Black with #30DDF2
Text Example
Text Example
White with #30DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DDF2; }
p { color: rgb(48,221,242); }
H1.HeaderClassName
{
color: #30DDF2;
}
.AnyTagClassName
{
color: #30DDF2;
}
</style>
background-color css
<style>
a { background-color: #30DDF2; }
a { background-color: rgb(48,221,242); }
div.DivClassName
{
background-color: #30DDF2;
}
.BgClassName
{
background-color: #30DDF2;
}
</style>
border-color css
<style>
span { border-color: #30DDF2; }
span { border-color: rgb(48,221,242); }
td.TdClassName
{
border-color: #30DDF2;
}
.TagClassName
{
border-color: #30DDF2;
}
</style>