Shades of Turquoise Blue #75DAE5
Tints of Turquoise Blue #75DAE5
RGB
CMYK
RGB Variations
Color information
#75DAE5 (or 0x75DAE5) is known color: Turquoise Blue. HEX triplet: 75, DA and E5. RGB value is (117,218,229). Sum of RGB (Red+Green+Blue) = 117+218+229=564 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.74% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #75DAE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DAE5 is #8A251A. Grayscale: #BCBCBC. Windows color (decimal): -9053467 or 15063669. OLE color: 15063669.
HSL color Cylindrical-coordinate representation of color #75DAE5: hue angle of 185.89º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75DAE5 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 218 | 229 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.10 |
| HSL | 185.89º | 0.68% | 0.68% | - |
| HSV(B) | 185.89º | 0.49% | 0.9% | - |
| XYZ | 46.55 | 59.58 | 83.18 | - |
| YUV | 189.06 | 150.54 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 218 | 229 | 0.49 | 0.05 | 0 | 0.10 | 185.89 | 0.68 | 0.68 |
| Hex | 75 | DA | E5 | 31 | 5 | 0 | A | BA | 44 | 44 |
| Octal | 165 | 332 | 345 | 61 | 5 | 0 | 12 | 272 | 104 | 104 |
| Binary | 1110101 | 11011010 | 11100101 | 110001 | 101 | 0 | 1010 | 10111010 | 1000100 | 1000100 |
Color Harmonies of #75DAE5
Complementary color
Monochromatic Colors of #75DAE5
Black with #75DAE5
Text Example
Text Example
White with #75DAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DAE5; }
p { color: rgb(117,218,229); }
H1.HeaderClassName
{
color: #75DAE5;
}
.AnyTagClassName
{
color: #75DAE5;
}
</style>
background-color css
<style>
a { background-color: #75DAE5; }
a { background-color: rgb(117,218,229); }
div.DivClassName
{
background-color: #75DAE5;
}
.BgClassName
{
background-color: #75DAE5;
}
</style>
border-color css
<style>
span { border-color: #75DAE5; }
span { border-color: rgb(117,218,229); }
td.TdClassName
{
border-color: #75DAE5;
}
.TagClassName
{
border-color: #75DAE5;
}
</style>