Shades of Turquoise #30DDF3
Tints of Turquoise #30DDF3
RGB
CMYK
RGB Variations
Color information
#30DDF3 (or 0x30DDF3) is known color: Turquoise. HEX triplet: 30, DD and F3. RGB value is (48,221,243). Sum of RGB (Red+Green+Blue) = 48+221+243=512 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.38% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #30DDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DDF3 is #CF220C. Grayscale: #ABABAB. Windows color (decimal): -13574669 or 15981872. OLE color: 15981872.
HSL color Cylindrical-coordinate representation of color #30DDF3: hue angle of 186.77º degrees, saturation: 0.89, 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 #30DDF3 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 221 | 243 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.05 |
| HSL | 186.77º | 0.89% | 0.57% | - |
| HSV(B) | 186.77º | 0.8% | 0.95% | - |
| XYZ | 43.25 | 58.81 | 93.87 | - |
| YUV | 171.78 | 168.19 | 39.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 243 | 0.80 | 0.09 | 0 | 0.05 | 186.77 | 0.89 | 0.57 |
| Hex | 30 | DD | F3 | 50 | 9 | 0 | 5 | BB | 59 | 39 |
| Octal | 60 | 335 | 363 | 120 | 11 | 0 | 5 | 273 | 131 | 71 |
| Binary | 110000 | 11011101 | 11110011 | 1010000 | 1001 | 0 | 101 | 10111011 | 1011001 | 111001 |
Color Harmonies of #30DDF3
Complementary color
Monochromatic Colors of #30DDF3
Black with #30DDF3
Text Example
Text Example
White with #30DDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DDF3; }
p { color: rgb(48,221,243); }
H1.HeaderClassName
{
color: #30DDF3;
}
.AnyTagClassName
{
color: #30DDF3;
}
</style>
background-color css
<style>
a { background-color: #30DDF3; }
a { background-color: rgb(48,221,243); }
div.DivClassName
{
background-color: #30DDF3;
}
.BgClassName
{
background-color: #30DDF3;
}
</style>
border-color css
<style>
span { border-color: #30DDF3; }
span { border-color: rgb(48,221,243); }
td.TdClassName
{
border-color: #30DDF3;
}
.TagClassName
{
border-color: #30DDF3;
}
</style>