Shades of Turquoise #30EDC4
Tints of Turquoise #30EDC4
RGB
CMYK
RGB Variations
Color information
#30EDC4 (or 0x30EDC4) is known color: Turquoise. HEX triplet: 30, ED and C4. RGB value is (48,237,196). Sum of RGB (Red+Green+Blue) = 48+237+196=481 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.98% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #30EDC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EDC4 is #CF123B. Grayscale: #AFAFAF. Windows color (decimal): -13570620 or 12905776. OLE color: 12905776.
HSL color Cylindrical-coordinate representation of color #30EDC4: hue angle of 166.98º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EDC4 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 237 | 196 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.07 |
| HSL | 166.98º | 0.84% | 0.56% | - |
| HSV(B) | 166.98º | 0.8% | 0.93% | - |
| XYZ | 41.47 | 65.18 | 62.62 | - |
| YUV | 175.82 | 139.38 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 237 | 196 | 0.80 | 0 | 0.17 | 0.07 | 166.98 | 0.84 | 0.56 |
| Hex | 30 | ED | C4 | 50 | 0 | 11 | 7 | A7 | 54 | 38 |
| Octal | 60 | 355 | 304 | 120 | 0 | 21 | 7 | 247 | 124 | 70 |
| Binary | 110000 | 11101101 | 11000100 | 1010000 | 0 | 10001 | 111 | 10100111 | 1010100 | 111000 |
Color Harmonies of #30EDC4
Complementary color
Monochromatic Colors of #30EDC4
Black with #30EDC4
Text Example
Text Example
White with #30EDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EDC4; }
p { color: rgb(48,237,196); }
H1.HeaderClassName
{
color: #30EDC4;
}
.AnyTagClassName
{
color: #30EDC4;
}
</style>
background-color css
<style>
a { background-color: #30EDC4; }
a { background-color: rgb(48,237,196); }
div.DivClassName
{
background-color: #30EDC4;
}
.BgClassName
{
background-color: #30EDC4;
}
</style>
border-color css
<style>
span { border-color: #30EDC4; }
span { border-color: rgb(48,237,196); }
td.TdClassName
{
border-color: #30EDC4;
}
.TagClassName
{
border-color: #30EDC4;
}
</style>