Shades of Turquoise #30CFE0
Tints of Turquoise #30CFE0
RGB
CMYK
RGB Variations
Color information
#30CFE0 (or 0x30CFE0) is known color: Turquoise. HEX triplet: 30, CF and E0. RGB value is (48,207,224). Sum of RGB (Red+Green+Blue) = 48+207+224=479 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.02% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #30CFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CFE0 is #CF301F. Grayscale: #A1A1A1. Windows color (decimal): -13578272 or 14733104. OLE color: 14733104.
HSL color Cylindrical-coordinate representation of color #30CFE0: hue angle of 185.8º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30CFE0 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 207 | 224 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.12 |
| HSL | 185.8º | 0.74% | 0.53% | - |
| HSV(B) | 185.8º | 0.79% | 0.88% | - |
| XYZ | 36.99 | 50.64 | 78.35 | - |
| YUV | 161.4 | 163.32 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 224 | 0.79 | 0.08 | 0 | 0.12 | 185.8 | 0.74 | 0.53 |
| Hex | 30 | CF | E0 | 4F | 8 | 0 | C | BA | 4A | 35 |
| Octal | 60 | 317 | 340 | 117 | 10 | 0 | 14 | 272 | 112 | 65 |
| Binary | 110000 | 11001111 | 11100000 | 1001111 | 1000 | 0 | 1100 | 10111010 | 1001010 | 110101 |
Color Harmonies of #30CFE0
Complementary color
Monochromatic Colors of #30CFE0
Black with #30CFE0
Text Example
Text Example
White with #30CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CFE0; }
p { color: rgb(48,207,224); }
H1.HeaderClassName
{
color: #30CFE0;
}
.AnyTagClassName
{
color: #30CFE0;
}
</style>
background-color css
<style>
a { background-color: #30CFE0; }
a { background-color: rgb(48,207,224); }
div.DivClassName
{
background-color: #30CFE0;
}
.BgClassName
{
background-color: #30CFE0;
}
</style>
border-color css
<style>
span { border-color: #30CFE0; }
span { border-color: rgb(48,207,224); }
td.TdClassName
{
border-color: #30CFE0;
}
.TagClassName
{
border-color: #30CFE0;
}
</style>