#75E1EC

Color #75E1EC Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #75E1EC

Tints of Turquoise Blue #75E1EC

Color information

#75E1EC (or 0x75E1EC) is unknown color: approx Turquoise Blue. HEX triplet: 75, E1 and EC. RGB value is (117,225,236). Sum of RGB (Red+Green+Blue) = 117+225+236=578 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.24% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #75E1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75E1EC is #8A1E13. Grayscale: #C1C1C1. Windows color (decimal): -9051668 or 15524213. OLE color: 15524213.

HSL color Cylindrical-coordinate representation of color #75E1EC: hue angle of 185.55º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75E1EC is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB117225236-
CMYK0.500.0500.07
HSL185.55º75.8%69.22%-
HSV(B)185.55º50.42%92.55%-
XYZ49.463.6989.05-
YUV193.96151.7273.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 20.24%
GREEN value IS 225 (88.28% from 255) = 38.93%
BLUE value IS 236 (92.58% from 255) = 40.83%
R=20.24%
G=38.93%
B=40.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172252360.500.0500.07185.5575.869.22
Hex75E1EC32507ba4c45
Octal16534135462507272114105
Binary1110101111000011110110011001010101111011101010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75E1EC; }

 p { color: rgb(117,225,236); }

 H1.HeaderClassName
 {
   color: #75E1EC;
 }
 .AnyTagClassName
 {
   color: #75E1EC;
 }
</style>
background-color css

<style>
 a { background-color: #75E1EC; }

 a { background-color: rgb(117,225,236); }

 div.DivClassName
 {
   background-color: #75E1EC;
 }
 .BgClassName
 {
   background-color: #75E1EC;
 }
</style>
border-color css

<style>
 span { border-color: #75E1EC; }

 span { border-color: rgb(117,225,236); }

 td.TdClassName
 {
   border-color: #75E1EC;
 }
 .TagClassName
 {
   border-color: #75E1EC;
 }
</style>