Shades of Turquoise #30DCEA
Tints of Turquoise #30DCEA
RGB
CMYK
RGB Variations
Color information
#30DCEA (or 0x30DCEA) is known color: Turquoise. HEX triplet: 30, DC and EA. RGB value is (48,220,234). Sum of RGB (Red+Green+Blue) = 48+220+234=502 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.56% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #30DCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DCEA is #CF2315. Grayscale: #A9A9A9. Windows color (decimal): -13574934 or 15391792. OLE color: 15391792.
HSL color Cylindrical-coordinate representation of color #30DCEA: hue angle of 184.52º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30DCEA is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 220 | 234 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.08 |
| HSL | 184.52º | 0.82% | 0.55% | - |
| HSV(B) | 184.52º | 0.79% | 0.92% | - |
| XYZ | 41.66 | 57.76 | 86.79 | - |
| YUV | 170.17 | 164.02 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 220 | 234 | 0.79 | 0.06 | 0 | 0.08 | 184.52 | 0.82 | 0.55 |
| Hex | 30 | DC | EA | 4F | 6 | 0 | 8 | B9 | 52 | 37 |
| Octal | 60 | 334 | 352 | 117 | 6 | 0 | 10 | 271 | 122 | 67 |
| Binary | 110000 | 11011100 | 11101010 | 1001111 | 110 | 0 | 1000 | 10111001 | 1010010 | 110111 |
Color Harmonies of #30DCEA
Complementary color
Monochromatic Colors of #30DCEA
Black with #30DCEA
Text Example
Text Example
White with #30DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DCEA; }
p { color: rgb(48,220,234); }
H1.HeaderClassName
{
color: #30DCEA;
}
.AnyTagClassName
{
color: #30DCEA;
}
</style>
background-color css
<style>
a { background-color: #30DCEA; }
a { background-color: rgb(48,220,234); }
div.DivClassName
{
background-color: #30DCEA;
}
.BgClassName
{
background-color: #30DCEA;
}
</style>
border-color css
<style>
span { border-color: #30DCEA; }
span { border-color: rgb(48,220,234); }
td.TdClassName
{
border-color: #30DCEA;
}
.TagClassName
{
border-color: #30DCEA;
}
</style>