Shades of Turquoise Blue #75DBEF
Tints of Turquoise Blue #75DBEF
RGB
CMYK
RGB Variations
Color information
#75DBEF (or 0x75DBEF) is known color: Turquoise Blue. HEX triplet: 75, DB and EF. RGB value is (117,219,239). Sum of RGB (Red+Green+Blue) = 117+219+239=575 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.35% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #75DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DBEF is #8A2410. Grayscale: #BEBEBE. Windows color (decimal): -9053201 or 15719285. OLE color: 15719285.
HSL color Cylindrical-coordinate representation of color #75DBEF: hue angle of 189.84º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75DBEF is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 219 | 239 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.06 |
| HSL | 189.84º | 0.79% | 0.7% | - |
| HSV(B) | 189.84º | 0.51% | 0.94% | - |
| XYZ | 48.25 | 60.68 | 90.83 | - |
| YUV | 190.78 | 155.21 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 239 | 0.51 | 0.08 | 0 | 0.06 | 189.84 | 0.79 | 0.7 |
| Hex | 75 | DB | EF | 33 | 8 | 0 | 6 | BE | 4F | 46 |
| Octal | 165 | 333 | 357 | 63 | 10 | 0 | 6 | 276 | 117 | 106 |
| Binary | 1110101 | 11011011 | 11101111 | 110011 | 1000 | 0 | 110 | 10111110 | 1001111 | 1000110 |
Color Harmonies of #75DBEF
Complementary color
Monochromatic Colors of #75DBEF
Black with #75DBEF
Text Example
Text Example
White with #75DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DBEF; }
p { color: rgb(117,219,239); }
H1.HeaderClassName
{
color: #75DBEF;
}
.AnyTagClassName
{
color: #75DBEF;
}
</style>
background-color css
<style>
a { background-color: #75DBEF; }
a { background-color: rgb(117,219,239); }
div.DivClassName
{
background-color: #75DBEF;
}
.BgClassName
{
background-color: #75DBEF;
}
</style>
border-color css
<style>
span { border-color: #75DBEF; }
span { border-color: rgb(117,219,239); }
td.TdClassName
{
border-color: #75DBEF;
}
.TagClassName
{
border-color: #75DBEF;
}
</style>