#75E1FD

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

Shades of Turquoise Blue #75E1FD

Tints of Turquoise Blue #75E1FD

Color information

#75E1FD (or 0x75E1FD) is unknown color: approx Turquoise Blue. HEX triplet: 75, E1 and FD. RGB value is (117,225,253). Sum of RGB (Red+Green+Blue) = 117+225+253=595 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.66% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #75E1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75E1FD is #8A1E02. Grayscale: #C3C3C3. Windows color (decimal): -9051651 or 16638325. OLE color: 16638325.

HSL color Cylindrical-coordinate representation of color #75E1FD: hue angle of 192.35º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75E1FD is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB117225253-
CMYK0.540.1100.01
HSL192.35º97.14%72.55%-
HSV(B)192.35º53.75%99.22%-
XYZ51.9964.72102.68-
YUV195.9160.2271.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.66%
GREEN value IS 225 (88.28% from 255) = 37.82%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=19.66%
G=37.82%
B=42.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172252530.540.1100.01192.3597.1472.55
Hex75E1FD36B01c06149
Octal165341375661301300141111
Binary111010111100001111111011101101011011100000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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