Shades of Turquoise #30DEE1
Tints of Turquoise #30DEE1
RGB
CMYK
RGB Variations
Color information
#30DEE1 (or 0x30DEE1) is known color: Turquoise. HEX triplet: 30, DE and E1. RGB value is (48,222,225). Sum of RGB (Red+Green+Blue) = 48+222+225=495 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.70% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #30DEE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DEE1 is #CF211E. Grayscale: #AAAAAA. Windows color (decimal): -13574431 or 14802480. OLE color: 14802480.
HSL color Cylindrical-coordinate representation of color #30DEE1: hue angle of 181.02º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30DEE1 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 222 | 225 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.12 |
| HSL | 181.02º | 0.75% | 0.54% | - |
| HSV(B) | 181.02º | 0.79% | 0.88% | - |
| XYZ | 40.93 | 58.31 | 80.33 | - |
| YUV | 170.32 | 158.85 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 222 | 225 | 0.79 | 0.01 | 0 | 0.12 | 181.02 | 0.75 | 0.54 |
| Hex | 30 | DE | E1 | 4F | 1 | 0 | C | B5 | 4B | 36 |
| Octal | 60 | 336 | 341 | 117 | 1 | 0 | 14 | 265 | 113 | 66 |
| Binary | 110000 | 11011110 | 11100001 | 1001111 | 1 | 0 | 1100 | 10110101 | 1001011 | 110110 |
Color Harmonies of #30DEE1
Complementary color
Monochromatic Colors of #30DEE1
Black with #30DEE1
Text Example
Text Example
White with #30DEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DEE1; }
p { color: rgb(48,222,225); }
H1.HeaderClassName
{
color: #30DEE1;
}
.AnyTagClassName
{
color: #30DEE1;
}
</style>
background-color css
<style>
a { background-color: #30DEE1; }
a { background-color: rgb(48,222,225); }
div.DivClassName
{
background-color: #30DEE1;
}
.BgClassName
{
background-color: #30DEE1;
}
</style>
border-color css
<style>
span { border-color: #30DEE1; }
span { border-color: rgb(48,222,225); }
td.TdClassName
{
border-color: #30DEE1;
}
.TagClassName
{
border-color: #30DEE1;
}
</style>