#75DAD6

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

Shades of Turquoise Blue #75DAD6

Tints of Turquoise Blue #75DAD6

Color information

#75DAD6 (or 0x75DAD6) is unknown color: approx Turquoise Blue. HEX triplet: 75, DA and D6. RGB value is (117,218,214). Sum of RGB (Red+Green+Blue) = 117+218+214=549 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.31% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 218 - color contains mainly: green. Hex color #75DAD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DAD6 is #8A2529. Grayscale: #BBBBBB. Windows color (decimal): -9053482 or 14080629. OLE color: 14080629.

HSL color Cylindrical-coordinate representation of color #75DAD6: hue angle of 177.62º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75DAD6 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB117218214-
CMYK0.4600.020.15
HSL177.62º57.71%65.69%-
HSV(B)177.62º46.33%85.49%-
XYZ44.5558.7872.62-
YUV187.34143.0477.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.31%
GREEN value IS 218 (85.55% from 255) = 39.71%
BLUE value IS 214 (83.98% from 255) = 38.98%
R=21.31%
G=39.71%
B=38.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172182140.4600.020.15177.6257.7165.69
Hex75DAD62E02Fb23a42
Octal16533232656021726272102
Binary111010111011010110101101011100101111101100101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,218,214); }

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

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

 a { background-color: rgb(117,218,214); }

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

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

 span { border-color: rgb(117,218,214); }

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