Shades of Turquoise #30DFEC
Tints of Turquoise #30DFEC
RGB
CMYK
RGB Variations
Color information
#30DFEC (or 0x30DFEC) is known color: Turquoise. HEX triplet: 30, DF and EC. RGB value is (48,223,236). Sum of RGB (Red+Green+Blue) = 48+223+236=507 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.47% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #30DFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DFEC is #CF2013. Grayscale: #ABABAB. Windows color (decimal): -13574164 or 15523632. OLE color: 15523632.
HSL color Cylindrical-coordinate representation of color #30DFEC: hue angle of 184.15º degrees, saturation: 0.83, 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 #30DFEC is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 223 | 236 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.07 |
| HSL | 184.15º | 0.83% | 0.56% | - |
| HSV(B) | 184.15º | 0.8% | 0.93% | - |
| XYZ | 42.75 | 59.46 | 88.58 | - |
| YUV | 172.16 | 164.02 | 39.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 236 | 0.80 | 0.06 | 0 | 0.07 | 184.15 | 0.83 | 0.56 |
| Hex | 30 | DF | EC | 50 | 6 | 0 | 7 | B8 | 53 | 38 |
| Octal | 60 | 337 | 354 | 120 | 6 | 0 | 7 | 270 | 123 | 70 |
| Binary | 110000 | 11011111 | 11101100 | 1010000 | 110 | 0 | 111 | 10111000 | 1010011 | 111000 |
Color Harmonies of #30DFEC
Complementary color
Monochromatic Colors of #30DFEC
Black with #30DFEC
Text Example
Text Example
White with #30DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DFEC; }
p { color: rgb(48,223,236); }
H1.HeaderClassName
{
color: #30DFEC;
}
.AnyTagClassName
{
color: #30DFEC;
}
</style>
background-color css
<style>
a { background-color: #30DFEC; }
a { background-color: rgb(48,223,236); }
div.DivClassName
{
background-color: #30DFEC;
}
.BgClassName
{
background-color: #30DFEC;
}
</style>
border-color css
<style>
span { border-color: #30DFEC; }
span { border-color: rgb(48,223,236); }
td.TdClassName
{
border-color: #30DFEC;
}
.TagClassName
{
border-color: #30DFEC;
}
</style>