#75e4ec

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

Shades of Turquoise Blue #75E4EC

Tints of Turquoise Blue #75E4EC

Color information

#75E4EC (or 0x75E4EC) is unknown color: approx Turquoise Blue. HEX triplet: 75, E4 and EC. RGB value is (117,228,236). Sum of RGB (Red+Green+Blue) = 117+228+236=581 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.14% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #75E4EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75E4EC is #8A1B13. Grayscale: #C3C3C3. Windows color (decimal): -9050900 or 15524981. OLE color: 15524981.

HSL color Cylindrical-coordinate representation of color #75E4EC: hue angle of 184.03º 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 #75E4EC is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB117228236-
CMYK0.500.0300.07
HSL184.03º75.8%69.22%-
HSV(B)184.03º50.42%92.55%-
XYZ50.2265.3289.32-
YUV195.72150.7371.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.14%
GREEN value IS 228 (89.45% from 255) = 39.24%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=20.14%
G=39.24%
B=40.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172282360.500.0300.07184.0375.869.22
Hex75E4EC32307b84c45
Octal16534435462307270114105
Binary111010111100100111011001100101101111011100010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75e4ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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