Shades of Turquoise #30EEE6
Tints of Turquoise #30EEE6
RGB
CMYK
RGB Variations
Color information
#30EEE6 (or 0x30EEE6) is known color: Turquoise. HEX triplet: 30, EE and E6. RGB value is (48,238,230). Sum of RGB (Red+Green+Blue) = 48+238+230=516 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.30% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #30EEE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EEE6 is #CF1119. Grayscale: #B4B4B4. Windows color (decimal): -13570330 or 15134256. OLE color: 15134256.
HSL color Cylindrical-coordinate representation of color #30EEE6: hue angle of 177.47º degrees, saturation: 0.85, 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 #30EEE6 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 238 | 230 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.07 |
| HSL | 177.47º | 0.85% | 0.56% | - |
| HSV(B) | 177.47º | 0.8% | 0.93% | - |
| XYZ | 46.08 | 67.49 | 85.46 | - |
| YUV | 180.28 | 156.05 | 33.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 230 | 0.80 | 0 | 0.03 | 0.07 | 177.47 | 0.85 | 0.56 |
| Hex | 30 | EE | E6 | 50 | 0 | 3 | 7 | B1 | 55 | 38 |
| Octal | 60 | 356 | 346 | 120 | 0 | 3 | 7 | 261 | 125 | 70 |
| Binary | 110000 | 11101110 | 11100110 | 1010000 | 0 | 11 | 111 | 10110001 | 1010101 | 111000 |
Color Harmonies of #30EEE6
Complementary color
Monochromatic Colors of #30EEE6
Black with #30EEE6
Text Example
Text Example
White with #30EEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EEE6; }
p { color: rgb(48,238,230); }
H1.HeaderClassName
{
color: #30EEE6;
}
.AnyTagClassName
{
color: #30EEE6;
}
</style>
background-color css
<style>
a { background-color: #30EEE6; }
a { background-color: rgb(48,238,230); }
div.DivClassName
{
background-color: #30EEE6;
}
.BgClassName
{
background-color: #30EEE6;
}
</style>
border-color css
<style>
span { border-color: #30EEE6; }
span { border-color: rgb(48,238,230); }
td.TdClassName
{
border-color: #30EEE6;
}
.TagClassName
{
border-color: #30EEE6;
}
</style>