#75EFE9

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

Shades of Turquoise Blue #75EFE9

Tints of Turquoise Blue #75EFE9

Color information

#75EFE9 (or 0x75EFE9) is unknown color: approx Turquoise Blue. HEX triplet: 75, EF and E9. RGB value is (117,239,233). Sum of RGB (Red+Green+Blue) = 117+239+233=589 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.86% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #75EFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75EFE9 is #8A1016. Grayscale: #C9C9C9. Windows color (decimal): -9048087 or 15331189. OLE color: 15331189.

HSL color Cylindrical-coordinate representation of color #75EFE9: hue angle of 177.05º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EFE9 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB117239233-
CMYK0.5100.030.06
HSL177.05º79.22%69.8%-
HSV(B)177.05º51.05%93.73%-
XYZ52.9171.488.08-
YUV201.84145.5867.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.86%
GREEN value IS 239 (93.75% from 255) = 40.58%
BLUE value IS 233 (91.41% from 255) = 39.56%
R=19.86%
G=40.58%
B=39.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1172392330.5100.030.06177.0579.2269.8
Hex75EFE933036b14f46
Octal16535735163036261117106
Binary111010111101111111010011100110111101011000110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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