Shades of Turquoise Blue #75EBEB
Tints of Turquoise Blue #75EBEB
RGB
CMYK
RGB Variations
Color information
#75EBEB (or 0x75EBEB) is known color: Turquoise Blue. HEX triplet: 75, EB and EB. RGB value is (117,235,235). Sum of RGB (Red+Green+Blue) = 117+235+235=587 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.93% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #75EBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75EBEB is #8A1414. Grayscale: #C7C7C7. Windows color (decimal): -9049109 or 15461237. OLE color: 15461237.
HSL color Cylindrical-coordinate representation of color #75EBEB: hue angle of 180º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EBEB is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 235 | 235 | - |
| CMYK | 0.50 | 0 | 0 | 0.08 |
| HSL | 180º | 0.75% | 0.69% | - |
| HSV(B) | 180º | 0.5% | 0.92% | - |
| XYZ | 52.04 | 69.2 | 89.21 | - |
| YUV | 199.72 | 147.91 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 235 | 235 | 0.50 | 0 | 0 | 0.08 | 180 | 0.75 | 0.69 |
| Hex | 75 | EB | EB | 32 | 0 | 0 | 8 | B4 | 4B | 45 |
| Octal | 165 | 353 | 353 | 62 | 0 | 0 | 10 | 264 | 113 | 105 |
| Binary | 1110101 | 11101011 | 11101011 | 110010 | 0 | 0 | 1000 | 10110100 | 1001011 | 1000101 |
Color Harmonies of #75EBEB
Complementary color
Monochromatic Colors of #75EBEB
Black with #75EBEB
Text Example
Text Example
White with #75EBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EBEB; }
p { color: rgb(117,235,235); }
H1.HeaderClassName
{
color: #75EBEB;
}
.AnyTagClassName
{
color: #75EBEB;
}
</style>
background-color css
<style>
a { background-color: #75EBEB; }
a { background-color: rgb(117,235,235); }
div.DivClassName
{
background-color: #75EBEB;
}
.BgClassName
{
background-color: #75EBEB;
}
</style>
border-color css
<style>
span { border-color: #75EBEB; }
span { border-color: rgb(117,235,235); }
td.TdClassName
{
border-color: #75EBEB;
}
.TagClassName
{
border-color: #75EBEB;
}
</style>