#75E1EA

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

Shades of Turquoise Blue #75E1EA

Tints of Turquoise Blue #75E1EA

Color information

#75E1EA (or 0x75E1EA) is unknown color: approx Turquoise Blue. HEX triplet: 75, E1 and EA. RGB value is (117,225,234). Sum of RGB (Red+Green+Blue) = 117+225+234=576 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.31% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #75E1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75E1EA is #8A1E15. Grayscale: #C1C1C1. Windows color (decimal): -9051670 or 15393141. OLE color: 15393141.

HSL color Cylindrical-coordinate representation of color #75E1EA: hue angle of 184.62º degrees, saturation: 0.74, 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 #75E1EA is Cyan = 0.5, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117225234-
CMYK0.50.0400.08
HSL184.62º73.58%68.82%-
HSV(B)184.62º50%91.76%-
XYZ49.1163.5787.52-
YUV193.73150.7273.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.31%
GREEN value IS 225 (88.28% from 255) = 39.06%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=20.31%
G=39.06%
B=40.62%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172252340.50.0400.08184.6273.5868.82
Hex75E1EA32408b94a45
Octal165341352624010271112105
Binary11101011110000111101010110010100010001011100110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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