Shades of Turquoise #30DCED
Tints of Turquoise #30DCED
RGB
CMYK
RGB Variations
Color information
#30DCED (or 0x30DCED) is known color: Turquoise. HEX triplet: 30, DC and ED. RGB value is (48,220,237). Sum of RGB (Red+Green+Blue) = 48+220+237=505 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.50% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #30DCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DCED is #CF2312. Grayscale: #AAAAAA. Windows color (decimal): -13574931 or 15588400. OLE color: 15588400.
HSL color Cylindrical-coordinate representation of color #30DCED: hue angle of 185.4º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30DCED is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 220 | 237 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.07 |
| HSL | 185.4º | 0.84% | 0.56% | - |
| HSV(B) | 185.4º | 0.8% | 0.93% | - |
| XYZ | 42.1 | 57.93 | 89.08 | - |
| YUV | 170.51 | 165.52 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 220 | 237 | 0.80 | 0.07 | 0 | 0.07 | 185.4 | 0.84 | 0.56 |
| Hex | 30 | DC | ED | 50 | 7 | 0 | 7 | B9 | 54 | 38 |
| Octal | 60 | 334 | 355 | 120 | 7 | 0 | 7 | 271 | 124 | 70 |
| Binary | 110000 | 11011100 | 11101101 | 1010000 | 111 | 0 | 111 | 10111001 | 1010100 | 111000 |
Color Harmonies of #30DCED
Complementary color
Monochromatic Colors of #30DCED
Black with #30DCED
Text Example
Text Example
White with #30DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DCED; }
p { color: rgb(48,220,237); }
H1.HeaderClassName
{
color: #30DCED;
}
.AnyTagClassName
{
color: #30DCED;
}
</style>
background-color css
<style>
a { background-color: #30DCED; }
a { background-color: rgb(48,220,237); }
div.DivClassName
{
background-color: #30DCED;
}
.BgClassName
{
background-color: #30DCED;
}
</style>
border-color css
<style>
span { border-color: #30DCED; }
span { border-color: rgb(48,220,237); }
td.TdClassName
{
border-color: #30DCED;
}
.TagClassName
{
border-color: #30DCED;
}
</style>