#75E2EE

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

Shades of Turquoise Blue #75E2EE

Tints of Turquoise Blue #75E2EE

Color information

#75E2EE (or 0x75E2EE) is unknown color: approx Turquoise Blue. HEX triplet: 75, E2 and EE. RGB value is (117,226,238). Sum of RGB (Red+Green+Blue) = 117+226+238=581 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.14% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #75E2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75E2EE is #8A1D11. Grayscale: #C2C2C2. Windows color (decimal): -9051410 or 15655541. OLE color: 15655541.

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

Color convert

RGB117226238-
CMYK0.510.0500.07
HSL185.95º78.06%69.61%-
HSV(B)185.95º50.84%93.33%-
XYZ49.9764.3590.68-
YUV194.78152.3972.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.14%
GREEN value IS 226 (88.67% from 255) = 38.90%
BLUE value IS 238 (93.36% from 255) = 40.96%
R=20.14%
G=38.90%
B=40.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172262380.510.0500.07185.9578.0669.61
Hex75E2EE33507ba4e46
Octal16534235663507272116106
Binary1110101111000101110111011001110101111011101010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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