#75D9DA

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

Shades of Turquoise Blue #75D9DA

Tints of Turquoise Blue #75D9DA

Color information

#75D9DA (or 0x75D9DA) is unknown color: approx Turquoise Blue. HEX triplet: 75, D9 and DA. RGB value is (117,217,218). Sum of RGB (Red+Green+Blue) = 117+217+218=552 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.20% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #75D9DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D9DA is #8A2625. Grayscale: #BBBBBB. Windows color (decimal): -9053734 or 14342517. OLE color: 14342517.

HSL color Cylindrical-coordinate representation of color #75D9DA: hue angle of 180.59º 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 #75D9DA is Cyan = 0.46, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB117217218-
CMYK0.460.0000.15
HSL180.59º57.71%65.69%-
HSV(B)180.59º46.33%85.49%-
XYZ44.858.4775.25-
YUV187.21145.3777.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.20%
GREEN value IS 217 (85.16% from 255) = 39.31%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=21.20%
G=39.31%
B=39.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172172180.460.0000.15180.5957.7165.69
Hex75D9DA2E00Fb53a42
Octal16533133256001726572102
Binary11101011101100111011010101110001111101101011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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