Shades of Turquoise Blue #75D6E6
Tints of Turquoise Blue #75D6E6
RGB
CMYK
RGB Variations
Color information
#75D6E6 (or 0x75D6E6) is known color: Turquoise Blue. HEX triplet: 75, D6 and E6. RGB value is (117,214,230). Sum of RGB (Red+Green+Blue) = 117+214+230=561 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.86% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 230 - color contains mainly: blue. Hex color #75D6E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D6E6 is #8A2919. Grayscale: #BABABA. Windows color (decimal): -9054490 or 15128181. OLE color: 15128181.
HSL color Cylindrical-coordinate representation of color #75D6E6: hue angle of 188.5º degrees, saturation: 0.69, 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 #75D6E6 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 214 | 230 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.10 |
| HSL | 188.5º | 0.69% | 0.68% | - |
| HSV(B) | 188.5º | 0.49% | 0.9% | - |
| XYZ | 45.67 | 57.59 | 83.57 | - |
| YUV | 186.82 | 152.36 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 214 | 230 | 0.49 | 0.07 | 0 | 0.10 | 188.5 | 0.69 | 0.68 |
| Hex | 75 | D6 | E6 | 31 | 7 | 0 | A | BC | 45 | 44 |
| Octal | 165 | 326 | 346 | 61 | 7 | 0 | 12 | 274 | 105 | 104 |
| Binary | 1110101 | 11010110 | 11100110 | 110001 | 111 | 0 | 1010 | 10111100 | 1000101 | 1000100 |
Color Harmonies of #75D6E6
Complementary color
Monochromatic Colors of #75D6E6
Black with #75D6E6
Text Example
Text Example
White with #75D6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D6E6; }
p { color: rgb(117,214,230); }
H1.HeaderClassName
{
color: #75D6E6;
}
.AnyTagClassName
{
color: #75D6E6;
}
</style>
background-color css
<style>
a { background-color: #75D6E6; }
a { background-color: rgb(117,214,230); }
div.DivClassName
{
background-color: #75D6E6;
}
.BgClassName
{
background-color: #75D6E6;
}
</style>
border-color css
<style>
span { border-color: #75D6E6; }
span { border-color: rgb(117,214,230); }
td.TdClassName
{
border-color: #75D6E6;
}
.TagClassName
{
border-color: #75D6E6;
}
</style>