#75E2DD

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

Shades of Turquoise Blue #75E2DD

Tints of Turquoise Blue #75E2DD

Color information

#75E2DD (or 0x75E2DD) is unknown color: approx Turquoise Blue. HEX triplet: 75, E2 and DD. RGB value is (117,226,221). Sum of RGB (Red+Green+Blue) = 117+226+221=564 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.74% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 226 - color contains mainly: green. Hex color #75E2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E2DD is #8A1D22. Grayscale: #C0C0C0. Windows color (decimal): -9051427 or 14541429. OLE color: 14541429.

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

Color convert

RGB117226221-
CMYK0.4800.020.11
HSL177.25º65.27%67.25%-
HSV(B)177.25º48.23%88.63%-
XYZ47.5863.478.14-
YUV192.84143.8973.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.74%
GREEN value IS 226 (88.67% from 255) = 40.07%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=20.74%
G=40.07%
B=39.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172262210.4800.020.11177.2565.2767.25
Hex75E2DD3002Bb14143
Octal165342335600213261101103
Binary1110101111000101101110111000001010111011000110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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