#75e0e2

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

Shades of Turquoise Blue #75E0E2

Tints of Turquoise Blue #75E0E2

Color information

#75E0E2 (or 0x75E0E2) is unknown color: approx Turquoise Blue. HEX triplet: 75, E0 and E2. RGB value is (117,224,226). Sum of RGB (Red+Green+Blue) = 117+224+226=567 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.63% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 226 (88.67% from 255 or 39.86% from 567); Max value from RGB is 226 - color contains mainly: blue. Hex color #75E0E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E0E2 is #8A1F1D. Grayscale: #C0C0C0. Windows color (decimal): -9051934 or 14868597. OLE color: 14868597.

HSL color Cylindrical-coordinate representation of color #75E0E2: hue angle of 181.1º degrees, saturation: 0.65, 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 #75E0E2 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB117224226-
CMYK0.480.0100.11
HSL181.1º65.27%67.25%-
HSV(B)181.1º48.23%88.63%-
XYZ47.7262.5881.52-
YUV192.24147.0574.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.63%
GREEN value IS 224 (87.89% from 255) = 39.51%
BLUE value IS 226 (88.67% from 255) = 39.86%
R=20.63%
G=39.51%
B=39.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172242260.480.0100.11181.165.2767.25
Hex75E0E23010Bb54143
Octal165340342601013265101103
Binary111010111100000111000101100001010111011010110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75e0e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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