#75E1DC

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

Shades of Turquoise Blue #75E1DC

Tints of Turquoise Blue #75E1DC

Color information

#75E1DC (or 0x75E1DC) is unknown color: approx Turquoise Blue. HEX triplet: 75, E1 and DC. RGB value is (117,225,220). Sum of RGB (Red+Green+Blue) = 117+225+220=562 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.82% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #75E1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E1DC is #8A1E23. Grayscale: #C0C0C0. Windows color (decimal): -9051684 or 14475637. OLE color: 14475637.

HSL color Cylindrical-coordinate representation of color #75E1DC: hue angle of 177.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E1DC is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB117225220-
CMYK0.4800.020.12
HSL177.22º64.29%67.06%-
HSV(B)177.22º48%88.24%-
XYZ47.1862.877.35-
YUV192.14143.7274.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.82%
GREEN value IS 225 (88.28% from 255) = 40.04%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=20.82%
G=40.04%
B=39.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172252200.4800.020.12177.2264.2967.06
Hex75E1DC3002Cb14043
Octal165341334600214261100103
Binary1110101111000011101110011000001011001011000110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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