Shades of Turquoise #30DBEF
Tints of Turquoise #30DBEF
RGB
CMYK
RGB Variations
Color information
#30DBEF (or 0x30DBEF) is known color: Turquoise. HEX triplet: 30, DB and EF. RGB value is (48,219,239). Sum of RGB (Red+Green+Blue) = 48+219+239=506 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.49% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #30DBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DBEF is #CF2410. Grayscale: #A9A9A9. Windows color (decimal): -13575185 or 15719216. OLE color: 15719216.
HSL color Cylindrical-coordinate representation of color #30DBEF: hue angle of 186.28º 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 #30DBEF is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 219 | 239 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.06 |
| HSL | 186.28º | 0.86% | 0.56% | - |
| HSV(B) | 186.28º | 0.8% | 0.94% | - |
| XYZ | 42.13 | 57.52 | 90.54 | - |
| YUV | 170.15 | 166.85 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 219 | 239 | 0.80 | 0.08 | 0 | 0.06 | 186.28 | 0.86 | 0.56 |
| Hex | 30 | DB | EF | 50 | 8 | 0 | 6 | BA | 56 | 38 |
| Octal | 60 | 333 | 357 | 120 | 10 | 0 | 6 | 272 | 126 | 70 |
| Binary | 110000 | 11011011 | 11101111 | 1010000 | 1000 | 0 | 110 | 10111010 | 1010110 | 111000 |
Color Harmonies of #30DBEF
Complementary color
Monochromatic Colors of #30DBEF
Black with #30DBEF
Text Example
Text Example
White with #30DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DBEF; }
p { color: rgb(48,219,239); }
H1.HeaderClassName
{
color: #30DBEF;
}
.AnyTagClassName
{
color: #30DBEF;
}
</style>
background-color css
<style>
a { background-color: #30DBEF; }
a { background-color: rgb(48,219,239); }
div.DivClassName
{
background-color: #30DBEF;
}
.BgClassName
{
background-color: #30DBEF;
}
</style>
border-color css
<style>
span { border-color: #30DBEF; }
span { border-color: rgb(48,219,239); }
td.TdClassName
{
border-color: #30DBEF;
}
.TagClassName
{
border-color: #30DBEF;
}
</style>