Shades of Medium Turquoise #30CFD3
Tints of Medium Turquoise #30CFD3
RGB
CMYK
RGB Variations
Color information
#30CFD3 (or 0x30CFD3) is known color: Medium Turquoise. HEX triplet: 30, CF and D3. RGB value is (48,207,211). Sum of RGB (Red+Green+Blue) = 48+207+211=466 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.30% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 211 - color contains mainly: blue. Hex color #30CFD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CFD3 is #CF302C. Grayscale: #9F9F9F. Windows color (decimal): -13578285 or 13881136. OLE color: 13881136.
HSL color Cylindrical-coordinate representation of color #30CFD3: hue angle of 181.47º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CFD3 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 207 | 211 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.17 |
| HSL | 181.47º | 0.65% | 0.51% | - |
| HSV(B) | 181.47º | 0.77% | 0.83% | - |
| XYZ | 35.29 | 49.96 | 69.41 | - |
| YUV | 159.92 | 156.82 | 48.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 211 | 0.77 | 0.02 | 0 | 0.17 | 181.47 | 0.65 | 0.51 |
| Hex | 30 | CF | D3 | 4D | 2 | 0 | 11 | B5 | 41 | 33 |
| Octal | 60 | 317 | 323 | 115 | 2 | 0 | 21 | 265 | 101 | 63 |
| Binary | 110000 | 11001111 | 11010011 | 1001101 | 10 | 0 | 10001 | 10110101 | 1000001 | 110011 |
Color Harmonies of #30CFD3
Complementary color
Monochromatic Colors of #30CFD3
Black with #30CFD3
Text Example
Text Example
White with #30CFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CFD3; }
p { color: rgb(48,207,211); }
H1.HeaderClassName
{
color: #30CFD3;
}
.AnyTagClassName
{
color: #30CFD3;
}
</style>
background-color css
<style>
a { background-color: #30CFD3; }
a { background-color: rgb(48,207,211); }
div.DivClassName
{
background-color: #30CFD3;
}
.BgClassName
{
background-color: #30CFD3;
}
</style>
border-color css
<style>
span { border-color: #30CFD3; }
span { border-color: rgb(48,207,211); }
td.TdClassName
{
border-color: #30CFD3;
}
.TagClassName
{
border-color: #30CFD3;
}
</style>