Shades of Turquoise #30E9CB
Tints of Turquoise #30E9CB
RGB
CMYK
RGB Variations
Color information
#30E9CB (or 0x30E9CB) is known color: Turquoise. HEX triplet: 30, E9 and CB. RGB value is (48,233,203). Sum of RGB (Red+Green+Blue) = 48+233+203=484 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.92% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #30E9CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E9CB is #CF1634. Grayscale: #AEAEAE. Windows color (decimal): -13571637 or 13363504. OLE color: 13363504.
HSL color Cylindrical-coordinate representation of color #30E9CB: hue angle of 170.27º degrees, saturation: 0.81, 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 #30E9CB is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 233 | 203 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.09 |
| HSL | 170.27º | 0.81% | 0.55% | - |
| HSV(B) | 170.27º | 0.79% | 0.91% | - |
| XYZ | 41.14 | 63.22 | 66.53 | - |
| YUV | 174.27 | 144.21 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 233 | 203 | 0.79 | 0 | 0.13 | 0.09 | 170.27 | 0.81 | 0.55 |
| Hex | 30 | E9 | CB | 4F | 0 | D | 9 | AA | 51 | 37 |
| Octal | 60 | 351 | 313 | 117 | 0 | 15 | 11 | 252 | 121 | 67 |
| Binary | 110000 | 11101001 | 11001011 | 1001111 | 0 | 1101 | 1001 | 10101010 | 1010001 | 110111 |
Color Harmonies of #30E9CB
Complementary color
Monochromatic Colors of #30E9CB
Black with #30E9CB
Text Example
Text Example
White with #30E9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E9CB; }
p { color: rgb(48,233,203); }
H1.HeaderClassName
{
color: #30E9CB;
}
.AnyTagClassName
{
color: #30E9CB;
}
</style>
background-color css
<style>
a { background-color: #30E9CB; }
a { background-color: rgb(48,233,203); }
div.DivClassName
{
background-color: #30E9CB;
}
.BgClassName
{
background-color: #30E9CB;
}
</style>
border-color css
<style>
span { border-color: #30E9CB; }
span { border-color: rgb(48,233,203); }
td.TdClassName
{
border-color: #30E9CB;
}
.TagClassName
{
border-color: #30E9CB;
}
</style>