Shades of Turquoise #30CFDB
Tints of Turquoise #30CFDB
RGB
CMYK
RGB Variations
Color information
#30CFDB (or 0x30CFDB) is known color: Turquoise. HEX triplet: 30, CF and DB. RGB value is (48,207,219). Sum of RGB (Red+Green+Blue) = 48+207+219=474 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.13% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #30CFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CFDB is #CF3024. Grayscale: #A0A0A0. Windows color (decimal): -13578277 or 14405424. OLE color: 14405424.
HSL color Cylindrical-coordinate representation of color #30CFDB: hue angle of 184.21º 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 #30CFDB is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 207 | 219 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.14 |
| HSL | 184.21º | 0.7% | 0.52% | - |
| HSV(B) | 184.21º | 0.78% | 0.86% | - |
| XYZ | 36.32 | 50.37 | 74.83 | - |
| YUV | 160.83 | 160.82 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 219 | 0.78 | 0.05 | 0 | 0.14 | 184.21 | 0.7 | 0.52 |
| Hex | 30 | CF | DB | 4E | 5 | 0 | E | B8 | 46 | 34 |
| Octal | 60 | 317 | 333 | 116 | 5 | 0 | 16 | 270 | 106 | 64 |
| Binary | 110000 | 11001111 | 11011011 | 1001110 | 101 | 0 | 1110 | 10111000 | 1000110 | 110100 |
Color Harmonies of #30CFDB
Complementary color
Monochromatic Colors of #30CFDB
Black with #30CFDB
Text Example
Text Example
White with #30CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CFDB; }
p { color: rgb(48,207,219); }
H1.HeaderClassName
{
color: #30CFDB;
}
.AnyTagClassName
{
color: #30CFDB;
}
</style>
background-color css
<style>
a { background-color: #30CFDB; }
a { background-color: rgb(48,207,219); }
div.DivClassName
{
background-color: #30CFDB;
}
.BgClassName
{
background-color: #30CFDB;
}
</style>
border-color css
<style>
span { border-color: #30CFDB; }
span { border-color: rgb(48,207,219); }
td.TdClassName
{
border-color: #30CFDB;
}
.TagClassName
{
border-color: #30CFDB;
}
</style>