#75EEE9

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

Shades of Turquoise Blue #75EEE9

Tints of Turquoise Blue #75EEE9

Color information

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

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

Color convert

RGB117238233-
CMYK0.5100.020.07
HSL177.52º78.06%69.61%-
HSV(B)177.52º50.84%93.33%-
XYZ52.6270.8187.99-
YUV201.25145.9167.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172382330.5100.020.07177.5278.0669.61
Hex75EEE933027b24e46
Octal16535635163027262116106
Binary111010111101110111010011100110101111011001010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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