Shades of Medium Turquoise #30C8CF
Tints of Medium Turquoise #30C8CF
RGB
CMYK
RGB Variations
Color information
#30C8CF (or 0x30C8CF) is known color: Medium Turquoise. HEX triplet: 30, C8 and CF. RGB value is (48,200,207). Sum of RGB (Red+Green+Blue) = 48+200+207=455 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.55% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #30C8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C8CF is #CF3730. Grayscale: #9B9B9B. Windows color (decimal): -13580081 or 13617200. OLE color: 13617200.
HSL color Cylindrical-coordinate representation of color #30C8CF: hue angle of 182.64º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30C8CF is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 200 | 207 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.19 |
| HSL | 182.64º | 0.62% | 0.5% | - |
| HSV(B) | 182.64º | 0.77% | 0.81% | - |
| XYZ | 33.14 | 46.44 | 66.25 | - |
| YUV | 155.35 | 157.14 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 200 | 207 | 0.77 | 0.03 | 0 | 0.19 | 182.64 | 0.62 | 0.5 |
| Hex | 30 | C8 | CF | 4D | 3 | 0 | 13 | B7 | 3E | 32 |
| Octal | 60 | 310 | 317 | 115 | 3 | 0 | 23 | 267 | 76 | 62 |
| Binary | 110000 | 11001000 | 11001111 | 1001101 | 11 | 0 | 10011 | 10110111 | 111110 | 110010 |
Color Harmonies of #30C8CF
Complementary color
Monochromatic Colors of #30C8CF
Black with #30C8CF
Text Example
Text Example
White with #30C8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C8CF; }
p { color: rgb(48,200,207); }
H1.HeaderClassName
{
color: #30C8CF;
}
.AnyTagClassName
{
color: #30C8CF;
}
</style>
background-color css
<style>
a { background-color: #30C8CF; }
a { background-color: rgb(48,200,207); }
div.DivClassName
{
background-color: #30C8CF;
}
.BgClassName
{
background-color: #30C8CF;
}
</style>
border-color css
<style>
span { border-color: #30C8CF; }
span { border-color: rgb(48,200,207); }
td.TdClassName
{
border-color: #30C8CF;
}
.TagClassName
{
border-color: #30C8CF;
}
</style>