#75D9EE

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

Shades of Turquoise Blue #75D9EE

Tints of Turquoise Blue #75D9EE

Color information

#75D9EE (or 0x75D9EE) is unknown color: approx Turquoise Blue. HEX triplet: 75, D9 and EE. RGB value is (117,217,238). Sum of RGB (Red+Green+Blue) = 117+217+238=572 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.45% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #75D9EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D9EE is #8A2611. Grayscale: #BDBDBD. Windows color (decimal): -9053714 or 15653237. OLE color: 15653237.

HSL color Cylindrical-coordinate representation of color #75D9EE: hue angle of 190.41º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75D9EE is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB117217238-
CMYK0.510.0900.07
HSL190.41º78.06%69.61%-
HSV(B)190.41º50.84%93.33%-
XYZ47.5859.5889.88-
YUV189.49155.3776.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.45%
GREEN value IS 217 (85.16% from 255) = 37.94%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=20.45%
G=37.94%
B=41.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172172380.510.0900.07190.4178.0669.61
Hex75D9EE33907be4e46
Octal165331356631107276116106
Binary11101011101100111101110110011100101111011111010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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