#75E2EA

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

Shades of Turquoise Blue #75E2EA

Tints of Turquoise Blue #75E2EA

Color information

#75E2EA (or 0x75E2EA) is unknown color: approx Turquoise Blue. HEX triplet: 75, E2 and EA. RGB value is (117,226,234). Sum of RGB (Red+Green+Blue) = 117+226+234=577 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.28% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #75E2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75E2EA is #8A1D15. Grayscale: #C2C2C2. Windows color (decimal): -9051414 or 15393397. OLE color: 15393397.

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

Color convert

RGB117226234-
CMYK0.50.0300.08
HSL184.1º73.58%68.82%-
HSV(B)184.1º50%91.76%-
XYZ49.3864.1287.61-
YUV194.32150.3972.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.28%
GREEN value IS 226 (88.67% from 255) = 39.17%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=20.28%
G=39.17%
B=40.55%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172262340.50.0300.08184.173.5868.82
Hex75E2EA32308b84a45
Octal165342352623010270112105
Binary1110101111000101110101011001011010001011100010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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