Shades of Turquoise #30E7CB
Tints of Turquoise #30E7CB
RGB
CMYK
RGB Variations
Color information
#30E7CB (or 0x30E7CB) is known color: Turquoise. HEX triplet: 30, E7 and CB. RGB value is (48,231,203). Sum of RGB (Red+Green+Blue) = 48+231+203=482 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.96% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 231 - color contains mainly: green. Hex color #30E7CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E7CB is #CF1834. Grayscale: #ADADAD. Windows color (decimal): -13572149 or 13362992. OLE color: 13362992.
HSL color Cylindrical-coordinate representation of color #30E7CB: hue angle of 170.82º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E7CB is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 231 | 203 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.09 |
| HSL | 170.82º | 0.79% | 0.55% | - |
| HSV(B) | 170.82º | 0.79% | 0.91% | - |
| XYZ | 40.57 | 62.09 | 66.35 | - |
| YUV | 173.09 | 144.87 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 231 | 203 | 0.79 | 0 | 0.12 | 0.09 | 170.82 | 0.79 | 0.55 |
| Hex | 30 | E7 | CB | 4F | 0 | C | 9 | AB | 4F | 37 |
| Octal | 60 | 347 | 313 | 117 | 0 | 14 | 11 | 253 | 117 | 67 |
| Binary | 110000 | 11100111 | 11001011 | 1001111 | 0 | 1100 | 1001 | 10101011 | 1001111 | 110111 |
Color Harmonies of #30E7CB
Complementary color
Monochromatic Colors of #30E7CB
Black with #30E7CB
Text Example
Text Example
White with #30E7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E7CB; }
p { color: rgb(48,231,203); }
H1.HeaderClassName
{
color: #30E7CB;
}
.AnyTagClassName
{
color: #30E7CB;
}
</style>
background-color css
<style>
a { background-color: #30E7CB; }
a { background-color: rgb(48,231,203); }
div.DivClassName
{
background-color: #30E7CB;
}
.BgClassName
{
background-color: #30E7CB;
}
</style>
border-color css
<style>
span { border-color: #30E7CB; }
span { border-color: rgb(48,231,203); }
td.TdClassName
{
border-color: #30E7CB;
}
.TagClassName
{
border-color: #30E7CB;
}
</style>