Shades of Turquoise #30D7EF
Tints of Turquoise #30D7EF
RGB
CMYK
RGB Variations
Color information
#30D7EF (or 0x30D7EF) is known color: Turquoise. HEX triplet: 30, D7 and EF. RGB value is (48,215,239). Sum of RGB (Red+Green+Blue) = 48+215+239=502 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.56% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #30D7EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D7EF is #CF2810. Grayscale: #A7A7A7. Windows color (decimal): -13576209 or 15718192. OLE color: 15718192.
HSL color Cylindrical-coordinate representation of color #30D7EF: hue angle of 187.54º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30D7EF is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 215 | 239 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.06 |
| HSL | 187.54º | 0.86% | 0.56% | - |
| HSV(B) | 187.54º | 0.8% | 0.94% | - |
| XYZ | 41.1 | 55.46 | 90.2 | - |
| YUV | 167.8 | 168.17 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 215 | 239 | 0.80 | 0.10 | 0 | 0.06 | 187.54 | 0.86 | 0.56 |
| Hex | 30 | D7 | EF | 50 | A | 0 | 6 | BC | 56 | 38 |
| Octal | 60 | 327 | 357 | 120 | 12 | 0 | 6 | 274 | 126 | 70 |
| Binary | 110000 | 11010111 | 11101111 | 1010000 | 1010 | 0 | 110 | 10111100 | 1010110 | 111000 |
Color Harmonies of #30D7EF
Complementary color
Monochromatic Colors of #30D7EF
Black with #30D7EF
Text Example
Text Example
White with #30D7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D7EF; }
p { color: rgb(48,215,239); }
H1.HeaderClassName
{
color: #30D7EF;
}
.AnyTagClassName
{
color: #30D7EF;
}
</style>
background-color css
<style>
a { background-color: #30D7EF; }
a { background-color: rgb(48,215,239); }
div.DivClassName
{
background-color: #30D7EF;
}
.BgClassName
{
background-color: #30D7EF;
}
</style>
border-color css
<style>
span { border-color: #30D7EF; }
span { border-color: rgb(48,215,239); }
td.TdClassName
{
border-color: #30D7EF;
}
.TagClassName
{
border-color: #30D7EF;
}
</style>