#75E5F9

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

Shades of Turquoise Blue #75E5F9

Tints of Turquoise Blue #75E5F9

Color information

#75E5F9 (or 0x75E5F9) is unknown color: approx Turquoise Blue. HEX triplet: 75, E5 and F9. RGB value is (117,229,249). Sum of RGB (Red+Green+Blue) = 117+229+249=595 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.66% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #75E5F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75E5F9 is #8A1A06. Grayscale: #C5C5C5. Windows color (decimal): -9050631 or 16377205. OLE color: 16377205.

HSL color Cylindrical-coordinate representation of color #75E5F9: hue angle of 189.09º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75E5F9 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117229249-
CMYK0.530.0800.02
HSL189.09º91.67%71.76%-
HSV(B)189.09º53.01%97.65%-
XYZ52.4566.6699.72-
YUV197.79156.8970.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.66%
GREEN value IS 229 (89.84% from 255) = 38.49%
BLUE value IS 249 (97.66% from 255) = 41.85%
R=19.66%
G=38.49%
B=41.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172292490.530.0800.02189.0991.6771.76
Hex75E5F935802bd5c48
Octal165345371651002275134110
Binary1110101111001011111100111010110000101011110110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,229,249); }

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

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

 a { background-color: rgb(117,229,249); }

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

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

 span { border-color: rgb(117,229,249); }

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