Shades of Turquoise #30DCEF
Tints of Turquoise #30DCEF
RGB
CMYK
RGB Variations
Color information
#30DCEF (or 0x30DCEF) is known color: Turquoise. HEX triplet: 30, DC and EF. RGB value is (48,220,239). Sum of RGB (Red+Green+Blue) = 48+220+239=507 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.47% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #30DCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DCEF is #CF2310. Grayscale: #AAAAAA. Windows color (decimal): -13574929 or 15719472. OLE color: 15719472.
HSL color Cylindrical-coordinate representation of color #30DCEF: hue angle of 185.97º 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 #30DCEF is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 220 | 239 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.06 |
| HSL | 185.97º | 0.86% | 0.56% | - |
| HSV(B) | 185.97º | 0.8% | 0.94% | - |
| XYZ | 42.39 | 58.05 | 90.63 | - |
| YUV | 170.74 | 166.52 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 220 | 239 | 0.80 | 0.08 | 0 | 0.06 | 185.97 | 0.86 | 0.56 |
| Hex | 30 | DC | EF | 50 | 8 | 0 | 6 | BA | 56 | 38 |
| Octal | 60 | 334 | 357 | 120 | 10 | 0 | 6 | 272 | 126 | 70 |
| Binary | 110000 | 11011100 | 11101111 | 1010000 | 1000 | 0 | 110 | 10111010 | 1010110 | 111000 |
Color Harmonies of #30DCEF
Complementary color
Monochromatic Colors of #30DCEF
Black with #30DCEF
Text Example
Text Example
White with #30DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DCEF; }
p { color: rgb(48,220,239); }
H1.HeaderClassName
{
color: #30DCEF;
}
.AnyTagClassName
{
color: #30DCEF;
}
</style>
background-color css
<style>
a { background-color: #30DCEF; }
a { background-color: rgb(48,220,239); }
div.DivClassName
{
background-color: #30DCEF;
}
.BgClassName
{
background-color: #30DCEF;
}
</style>
border-color css
<style>
span { border-color: #30DCEF; }
span { border-color: rgb(48,220,239); }
td.TdClassName
{
border-color: #30DCEF;
}
.TagClassName
{
border-color: #30DCEF;
}
</style>