Shades of Medium Turquoise #30BFC3
Tints of Medium Turquoise #30BFC3
RGB
CMYK
RGB Variations
Color information
#30BFC3 (or 0x30BFC3) is known color: Medium Turquoise. HEX triplet: 30, BF and C3. RGB value is (48,191,195). Sum of RGB (Red+Green+Blue) = 48+191+195=434 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.06% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #30BFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BFC3 is #CF403C. Grayscale: #949494. Windows color (decimal): -13582397 or 12828464. OLE color: 12828464.
HSL color Cylindrical-coordinate representation of color #30BFC3: hue angle of 181.63º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BFC3 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 191 | 195 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.24 |
| HSL | 181.63º | 0.6% | 0.48% | - |
| HSV(B) | 181.63º | 0.75% | 0.76% | - |
| XYZ | 29.7 | 41.83 | 58.14 | - |
| YUV | 148.7 | 154.12 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 191 | 195 | 0.75 | 0.02 | 0 | 0.24 | 181.63 | 0.6 | 0.48 |
| Hex | 30 | BF | C3 | 4B | 2 | 0 | 18 | B6 | 3C | 30 |
| Octal | 60 | 277 | 303 | 113 | 2 | 0 | 30 | 266 | 74 | 60 |
| Binary | 110000 | 10111111 | 11000011 | 1001011 | 10 | 0 | 11000 | 10110110 | 111100 | 110000 |
Color Harmonies of #30BFC3
Complementary color
Monochromatic Colors of #30BFC3
Black with #30BFC3
Text Example
Text Example
White with #30BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BFC3; }
p { color: rgb(48,191,195); }
H1.HeaderClassName
{
color: #30BFC3;
}
.AnyTagClassName
{
color: #30BFC3;
}
</style>
background-color css
<style>
a { background-color: #30BFC3; }
a { background-color: rgb(48,191,195); }
div.DivClassName
{
background-color: #30BFC3;
}
.BgClassName
{
background-color: #30BFC3;
}
</style>
border-color css
<style>
span { border-color: #30BFC3; }
span { border-color: rgb(48,191,195); }
td.TdClassName
{
border-color: #30BFC3;
}
.TagClassName
{
border-color: #30BFC3;
}
</style>