#75DAE7

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

Shades of Turquoise Blue #75DAE7

Tints of Turquoise Blue #75DAE7

Color information

#75DAE7 (or 0x75DAE7) is unknown color: approx Turquoise Blue. HEX triplet: 75, DA and E7. RGB value is (117,218,231). Sum of RGB (Red+Green+Blue) = 117+218+231=566 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.67% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: blue. Hex color #75DAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DAE7 is #8A2518. Grayscale: #BDBDBD. Windows color (decimal): -9053465 or 15194741. OLE color: 15194741.

HSL color Cylindrical-coordinate representation of color #75DAE7: hue angle of 186.84º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75DAE7 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB117218231-
CMYK0.490.0600.09
HSL186.84º70.37%68.24%-
HSV(B)186.84º49.35%90.59%-
XYZ46.8359.6984.66-
YUV189.28151.5476.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.67%
GREEN value IS 218 (85.55% from 255) = 38.52%
BLUE value IS 231 (90.62% from 255) = 40.81%
R=20.67%
G=38.52%
B=40.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1172182310.490.0600.09186.8470.3768.24
Hex75DAE731609bb4644
Octal165332347616011273106104
Binary11101011101101011100111110001110010011011101110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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