Shades of Turquoise #44DBEF
Tints of Turquoise #44DBEF
RGB
CMYK
RGB Variations
Color information
#44DBEF (or 0x44DBEF) is known color: Turquoise. HEX triplet: 44, DB and EF. RGB value is (68,219,239). Sum of RGB (Red+Green+Blue) = 68+219+239=526 (69% of max value = 765). Red value is 68 (26.95% from 255 or 12.93% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #44DBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DBEF is #BB2410. Grayscale: #AFAFAF. Windows color (decimal): -12264465 or 15719236. OLE color: 15719236.
HSL color Cylindrical-coordinate representation of color #44DBEF: hue angle of 187.02º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44DBEF is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 219 | 239 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.06 |
| HSL | 187.02º | 0.84% | 0.6% | - |
| HSV(B) | 187.02º | 0.72% | 0.94% | - |
| XYZ | 43.3 | 58.12 | 90.6 | - |
| YUV | 176.13 | 163.47 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 219 | 239 | 0.72 | 0.08 | 0 | 0.06 | 187.02 | 0.84 | 0.6 |
| Hex | 44 | DB | EF | 48 | 8 | 0 | 6 | BB | 54 | 3C |
| Octal | 104 | 333 | 357 | 110 | 10 | 0 | 6 | 273 | 124 | 74 |
| Binary | 1000100 | 11011011 | 11101111 | 1001000 | 1000 | 0 | 110 | 10111011 | 1010100 | 111100 |
Color Harmonies of #44DBEF
Complementary color
Monochromatic Colors of #44DBEF
Black with #44DBEF
Text Example
Text Example
White with #44DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DBEF; }
p { color: rgb(68,219,239); }
H1.HeaderClassName
{
color: #44DBEF;
}
.AnyTagClassName
{
color: #44DBEF;
}
</style>
background-color css
<style>
a { background-color: #44DBEF; }
a { background-color: rgb(68,219,239); }
div.DivClassName
{
background-color: #44DBEF;
}
.BgClassName
{
background-color: #44DBEF;
}
</style>
border-color css
<style>
span { border-color: #44DBEF; }
span { border-color: rgb(68,219,239); }
td.TdClassName
{
border-color: #44DBEF;
}
.TagClassName
{
border-color: #44DBEF;
}
</style>