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