#75E2E3

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

Shades of Turquoise Blue #75E2E3

Tints of Turquoise Blue #75E2E3

Color information

#75E2E3 (or 0x75E2E3) is unknown color: approx Turquoise Blue. HEX triplet: 75, E2 and E3. RGB value is (117,226,227). Sum of RGB (Red+Green+Blue) = 117+226+227=570 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.53% from 570); Green value is 226 (88.67% from 255 or 39.65% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 227 - color contains mainly: blue. Hex color #75E2E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E2E3 is #8A1D1C. Grayscale: #C1C1C1. Windows color (decimal): -9051421 or 14934645. OLE color: 14934645.

HSL color Cylindrical-coordinate representation of color #75E2E3: hue angle of 180.55º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E2E3 is Cyan = 0.48, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB117226227-
CMYK0.480.0000.11
HSL180.55º66.27%67.45%-
HSV(B)180.55º48.46%89.02%-
XYZ48.463.7282.42-
YUV193.52146.8973.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.53%
GREEN value IS 226 (88.67% from 255) = 39.65%
BLUE value IS 227 (89.06% from 255) = 39.82%
R=20.53%
G=39.65%
B=39.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172262270.480.0000.11180.5566.2767.45
Hex75E2E33000Bb54243
Octal165342343600013265102103
Binary111010111100010111000111100000010111011010110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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