Shades of Turquoise #30DFE7
Tints of Turquoise #30DFE7
RGB
CMYK
RGB Variations
Color information
#30DFE7 (or 0x30DFE7) is known color: Turquoise. HEX triplet: 30, DF and E7. RGB value is (48,223,231). Sum of RGB (Red+Green+Blue) = 48+223+231=502 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.56% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 231 (90.62% from 255 or 46.02% from 502); Max value from RGB is 231 - color contains mainly: blue. Hex color #30DFE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DFE7 is #CF2018. Grayscale: #ABABAB. Windows color (decimal): -13574169 or 15195952. OLE color: 15195952.
HSL color Cylindrical-coordinate representation of color #30DFE7: hue angle of 182.62º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30DFE7 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 223 | 231 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.09 |
| HSL | 182.62º | 0.79% | 0.55% | - |
| HSV(B) | 182.62º | 0.79% | 0.91% | - |
| XYZ | 42.03 | 59.17 | 84.81 | - |
| YUV | 171.59 | 161.52 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 231 | 0.79 | 0.03 | 0 | 0.09 | 182.62 | 0.79 | 0.55 |
| Hex | 30 | DF | E7 | 4F | 3 | 0 | 9 | B7 | 4F | 37 |
| Octal | 60 | 337 | 347 | 117 | 3 | 0 | 11 | 267 | 117 | 67 |
| Binary | 110000 | 11011111 | 11100111 | 1001111 | 11 | 0 | 1001 | 10110111 | 1001111 | 110111 |
Color Harmonies of #30DFE7
Complementary color
Monochromatic Colors of #30DFE7
Black with #30DFE7
Text Example
Text Example
White with #30DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DFE7; }
p { color: rgb(48,223,231); }
H1.HeaderClassName
{
color: #30DFE7;
}
.AnyTagClassName
{
color: #30DFE7;
}
</style>
background-color css
<style>
a { background-color: #30DFE7; }
a { background-color: rgb(48,223,231); }
div.DivClassName
{
background-color: #30DFE7;
}
.BgClassName
{
background-color: #30DFE7;
}
</style>
border-color css
<style>
span { border-color: #30DFE7; }
span { border-color: rgb(48,223,231); }
td.TdClassName
{
border-color: #30DFE7;
}
.TagClassName
{
border-color: #30DFE7;
}
</style>