#75E1FA

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

Shades of Turquoise Blue #75E1FA

Tints of Turquoise Blue #75E1FA

Color information

#75E1FA (or 0x75E1FA) is unknown color: approx Turquoise Blue. HEX triplet: 75, E1 and FA. RGB value is (117,225,250). Sum of RGB (Red+Green+Blue) = 117+225+250=592 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.76% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #75E1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75E1FA is #8A1E05. Grayscale: #C3C3C3. Windows color (decimal): -9051654 or 16441717. OLE color: 16441717.

HSL color Cylindrical-coordinate representation of color #75E1FA: hue angle of 191.28º degrees, saturation: 0.93, 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 #75E1FA is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117225250-
CMYK0.530.1000.02
HSL191.28º93.01%71.96%-
HSV(B)191.28º53.2%98.04%-
XYZ51.5264.53100.18-
YUV195.56158.7271.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.76%
GREEN value IS 225 (88.28% from 255) = 38.01%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=19.76%
G=38.01%
B=42.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172252500.530.1000.02191.2893.0171.96
Hex75E1FA35A02bf5d48
Octal165341372651202277135110
Binary1110101111000011111101011010110100101011111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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