#75E8EA

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

Shades of Turquoise Blue #75E8EA

Tints of Turquoise Blue #75E8EA

Color information

#75E8EA (or 0x75E8EA) is unknown color: approx Turquoise Blue. HEX triplet: 75, E8 and EA. RGB value is (117,232,234). Sum of RGB (Red+Green+Blue) = 117+232+234=583 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.07% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #75E8EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75E8EA is #8A1715. Grayscale: #C5C5C5. Windows color (decimal): -9049878 or 15394933. OLE color: 15394933.

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

Color convert

RGB117232234-
CMYK0.50.0100.08
HSL181.03º73.58%68.82%-
HSV(B)181.03º50%91.76%-
XYZ51.0467.4488.17-
YUV197.84148.470.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.07%
GREEN value IS 232 (91.02% from 255) = 39.79%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=20.07%
G=39.79%
B=40.14%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172322340.50.0100.08181.0373.5868.82
Hex75E8EA32108b54a45
Octal165350352621010265112105
Binary111010111101000111010101100101010001011010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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