#75DAE9

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

Shades of Turquoise Blue #75DAE9

Tints of Turquoise Blue #75DAE9

Color information

#75DAE9 (or 0x75DAE9) is unknown color: approx Turquoise Blue. HEX triplet: 75, DA and E9. RGB value is (117,218,233). Sum of RGB (Red+Green+Blue) = 117+218+233=568 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.60% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #75DAE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DAE9 is #8A2516. Grayscale: #BDBDBD. Windows color (decimal): -9053463 or 15325813. OLE color: 15325813.

HSL color Cylindrical-coordinate representation of color #75DAE9: hue angle of 187.76º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75DAE9 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB117218233-
CMYK0.500.0600.09
HSL187.76º72.5%68.63%-
HSV(B)187.76º49.79%91.37%-
XYZ47.1259.8186.15-
YUV189.51152.5476.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.60%
GREEN value IS 218 (85.55% from 255) = 38.38%
BLUE value IS 233 (91.41% from 255) = 41.02%
R=20.60%
G=38.38%
B=41.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1172182330.500.0600.09187.7672.568.63
Hex75DAE932609bc4845
Octal165332351626011274110105
Binary11101011101101011101001110010110010011011110010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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