Shades of Turquoise #30EDF3
Tints of Turquoise #30EDF3
RGB
CMYK
RGB Variations
Color information
#30EDF3 (or 0x30EDF3) is known color: Turquoise. HEX triplet: 30, ED and F3. RGB value is (48,237,243). Sum of RGB (Red+Green+Blue) = 48+237+243=528 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.09% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #30EDF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EDF3 is #CF120C. Grayscale: #B4B4B4. Windows color (decimal): -13570573 or 15985968. OLE color: 15985968.
HSL color Cylindrical-coordinate representation of color #30EDF3: hue angle of 181.85º 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 #30EDF3 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 237 | 243 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.05 |
| HSL | 181.85º | 0.89% | 0.57% | - |
| HSV(B) | 181.85º | 0.8% | 0.95% | - |
| XYZ | 47.68 | 67.67 | 95.34 | - |
| YUV | 181.17 | 162.88 | 33.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 237 | 243 | 0.80 | 0.02 | 0 | 0.05 | 181.85 | 0.89 | 0.57 |
| Hex | 30 | ED | F3 | 50 | 2 | 0 | 5 | B6 | 59 | 39 |
| Octal | 60 | 355 | 363 | 120 | 2 | 0 | 5 | 266 | 131 | 71 |
| Binary | 110000 | 11101101 | 11110011 | 1010000 | 10 | 0 | 101 | 10110110 | 1011001 | 111001 |
Color Harmonies of #30EDF3
Complementary color
Monochromatic Colors of #30EDF3
Black with #30EDF3
Text Example
Text Example
White with #30EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EDF3; }
p { color: rgb(48,237,243); }
H1.HeaderClassName
{
color: #30EDF3;
}
.AnyTagClassName
{
color: #30EDF3;
}
</style>
background-color css
<style>
a { background-color: #30EDF3; }
a { background-color: rgb(48,237,243); }
div.DivClassName
{
background-color: #30EDF3;
}
.BgClassName
{
background-color: #30EDF3;
}
</style>
border-color css
<style>
span { border-color: #30EDF3; }
span { border-color: rgb(48,237,243); }
td.TdClassName
{
border-color: #30EDF3;
}
.TagClassName
{
border-color: #30EDF3;
}
</style>