#75E9EE

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

Shades of Turquoise Blue #75E9EE

Tints of Turquoise Blue #75E9EE

Color information

#75E9EE (or 0x75E9EE) is unknown color: approx Turquoise Blue. HEX triplet: 75, E9 and EE. RGB value is (117,233,238). Sum of RGB (Red+Green+Blue) = 117+233+238=588 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.90% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #75E9EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75E9EE is #8A1611. Grayscale: #C6C6C6. Windows color (decimal): -9049618 or 15657333. OLE color: 15657333.

HSL color Cylindrical-coordinate representation of color #75E9EE: hue angle of 182.48º 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 #75E9EE is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB117233238-
CMYK0.510.0200.07
HSL182.48º78.06%69.61%-
HSV(B)182.48º50.84%93.33%-
XYZ51.9168.2391.32-
YUV198.89150.0769.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.90%
GREEN value IS 233 (91.41% from 255) = 39.63%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=19.90%
G=39.63%
B=40.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172332380.510.0200.07182.4878.0669.61
Hex75E9EE33207b64e46
Octal16535135663207266116106
Binary111010111101001111011101100111001111011011010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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