Shades of Turquoise #30E6DF
Tints of Turquoise #30E6DF
RGB
CMYK
RGB Variations
Color information
#30E6DF (or 0x30E6DF) is known color: Turquoise. HEX triplet: 30, E6 and DF. RGB value is (48,230,223). Sum of RGB (Red+Green+Blue) = 48+230+223=501 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.58% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 230 - color contains mainly: green. Hex color #30E6DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E6DF is #CF1920. Grayscale: #AEAEAE. Windows color (decimal): -13572385 or 14673456. OLE color: 14673456.
HSL color Cylindrical-coordinate representation of color #30E6DF: hue angle of 177.69º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E6DF is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 230 | 223 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.10 |
| HSL | 177.69º | 0.78% | 0.55% | - |
| HSV(B) | 177.69º | 0.79% | 0.9% | - |
| XYZ | 42.84 | 62.55 | 79.63 | - |
| YUV | 174.78 | 155.2 | 37.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 230 | 223 | 0.79 | 0 | 0.03 | 0.10 | 177.69 | 0.78 | 0.55 |
| Hex | 30 | E6 | DF | 4F | 0 | 3 | A | B2 | 4E | 37 |
| Octal | 60 | 346 | 337 | 117 | 0 | 3 | 12 | 262 | 116 | 67 |
| Binary | 110000 | 11100110 | 11011111 | 1001111 | 0 | 11 | 1010 | 10110010 | 1001110 | 110111 |
Color Harmonies of #30E6DF
Complementary color
Monochromatic Colors of #30E6DF
Black with #30E6DF
Text Example
Text Example
White with #30E6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E6DF; }
p { color: rgb(48,230,223); }
H1.HeaderClassName
{
color: #30E6DF;
}
.AnyTagClassName
{
color: #30E6DF;
}
</style>
background-color css
<style>
a { background-color: #30E6DF; }
a { background-color: rgb(48,230,223); }
div.DivClassName
{
background-color: #30E6DF;
}
.BgClassName
{
background-color: #30E6DF;
}
</style>
border-color css
<style>
span { border-color: #30E6DF; }
span { border-color: rgb(48,230,223); }
td.TdClassName
{
border-color: #30E6DF;
}
.TagClassName
{
border-color: #30E6DF;
}
</style>