Shades of Turquoise #30DBCF
Tints of Turquoise #30DBCF
RGB
CMYK
RGB Variations
Color information
#30DBCF (or 0x30DBCF) is known color: Turquoise. HEX triplet: 30, DB and CF. RGB value is (48,219,207). Sum of RGB (Red+Green+Blue) = 48+219+207=474 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.13% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #30DBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DBCF is #CF2430. Grayscale: #A6A6A6. Windows color (decimal): -13575217 or 13622064. OLE color: 13622064.
HSL color Cylindrical-coordinate representation of color #30DBCF: hue angle of 175.79º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DBCF is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 219 | 207 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.14 |
| HSL | 175.79º | 0.7% | 0.52% | - |
| HSV(B) | 175.79º | 0.78% | 0.86% | - |
| XYZ | 37.81 | 55.8 | 67.81 | - |
| YUV | 166.5 | 150.85 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 219 | 207 | 0.78 | 0 | 0.05 | 0.14 | 175.79 | 0.7 | 0.52 |
| Hex | 30 | DB | CF | 4E | 0 | 5 | E | B0 | 46 | 34 |
| Octal | 60 | 333 | 317 | 116 | 0 | 5 | 16 | 260 | 106 | 64 |
| Binary | 110000 | 11011011 | 11001111 | 1001110 | 0 | 101 | 1110 | 10110000 | 1000110 | 110100 |
Color Harmonies of #30DBCF
Complementary color
Monochromatic Colors of #30DBCF
Black with #30DBCF
Text Example
Text Example
White with #30DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DBCF; }
p { color: rgb(48,219,207); }
H1.HeaderClassName
{
color: #30DBCF;
}
.AnyTagClassName
{
color: #30DBCF;
}
</style>
background-color css
<style>
a { background-color: #30DBCF; }
a { background-color: rgb(48,219,207); }
div.DivClassName
{
background-color: #30DBCF;
}
.BgClassName
{
background-color: #30DBCF;
}
</style>
border-color css
<style>
span { border-color: #30DBCF; }
span { border-color: rgb(48,219,207); }
td.TdClassName
{
border-color: #30DBCF;
}
.TagClassName
{
border-color: #30DBCF;
}
</style>