#75DAEA

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

Shades of Turquoise Blue #75DAEA

Tints of Turquoise Blue #75DAEA

Color information

#75DAEA (or 0x75DAEA) is unknown color: approx Turquoise Blue. HEX triplet: 75, DA and EA. RGB value is (117,218,234). Sum of RGB (Red+Green+Blue) = 117+218+234=569 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.56% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #75DAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DAEA is #8A2515. Grayscale: #BDBDBD. Windows color (decimal): -9053462 or 15391349. OLE color: 15391349.

HSL color Cylindrical-coordinate representation of color #75DAEA: hue angle of 188.21º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75DAEA is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117218234-
CMYK0.50.0700.08
HSL188.21º73.58%68.82%-
HSV(B)188.21º50%91.76%-
XYZ47.2659.8786.91-
YUV189.62153.0476.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.56%
GREEN value IS 218 (85.55% from 255) = 38.31%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=20.56%
G=38.31%
B=41.12%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172182340.50.0700.08188.2173.5868.82
Hex75DAEA32708bc4a45
Octal165332352627010274112105
Binary11101011101101011101010110010111010001011110010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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