Shades of Turquoise #30E9CF
Tints of Turquoise #30E9CF
RGB
CMYK
RGB Variations
Color information
#30E9CF (or 0x30E9CF) is known color: Turquoise. HEX triplet: 30, E9 and CF. RGB value is (48,233,207). Sum of RGB (Red+Green+Blue) = 48+233+207=488 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.84% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #30E9CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E9CF is #CF1630. Grayscale: #AEAEAE. Windows color (decimal): -13571633 or 13625648. OLE color: 13625648.
HSL color Cylindrical-coordinate representation of color #30E9CF: hue angle of 171.57º 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 #30E9CF is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 233 | 207 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.09 |
| HSL | 171.57º | 0.81% | 0.55% | - |
| HSV(B) | 171.57º | 0.79% | 0.91% | - |
| XYZ | 41.62 | 63.41 | 69.08 | - |
| YUV | 174.72 | 146.21 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 233 | 207 | 0.79 | 0 | 0.11 | 0.09 | 171.57 | 0.81 | 0.55 |
| Hex | 30 | E9 | CF | 4F | 0 | B | 9 | AC | 51 | 37 |
| Octal | 60 | 351 | 317 | 117 | 0 | 13 | 11 | 254 | 121 | 67 |
| Binary | 110000 | 11101001 | 11001111 | 1001111 | 0 | 1011 | 1001 | 10101100 | 1010001 | 110111 |
Color Harmonies of #30E9CF
Complementary color
Monochromatic Colors of #30E9CF
Black with #30E9CF
Text Example
Text Example
White with #30E9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E9CF; }
p { color: rgb(48,233,207); }
H1.HeaderClassName
{
color: #30E9CF;
}
.AnyTagClassName
{
color: #30E9CF;
}
</style>
background-color css
<style>
a { background-color: #30E9CF; }
a { background-color: rgb(48,233,207); }
div.DivClassName
{
background-color: #30E9CF;
}
.BgClassName
{
background-color: #30E9CF;
}
</style>
border-color css
<style>
span { border-color: #30E9CF; }
span { border-color: rgb(48,233,207); }
td.TdClassName
{
border-color: #30E9CF;
}
.TagClassName
{
border-color: #30E9CF;
}
</style>