#75EDEB

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

Shades of Turquoise Blue #75EDEB

Tints of Turquoise Blue #75EDEB

Color information

#75EDEB (or 0x75EDEB) is unknown color: approx Turquoise Blue. HEX triplet: 75, ED and EB. RGB value is (117,237,235). Sum of RGB (Red+Green+Blue) = 117+237+235=589 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.86% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #75EDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75EDEB is #8A1214. Grayscale: #C8C8C8. Windows color (decimal): -9048597 or 15461749. OLE color: 15461749.

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

Color convert

RGB117237235-
CMYK0.5100.010.07
HSL179º76.92%69.41%-
HSV(B)179º50.63%92.94%-
XYZ52.6270.3589.4-
YUV200.89147.2468.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.86%
GREEN value IS 237 (92.97% from 255) = 40.24%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=19.86%
G=40.24%
B=39.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172372350.5100.010.0717976.9269.41
Hex75EDEB33017b34d45
Octal16535535363017263115105
Binary11101011110110111101011110011011111011001110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,237,235); }

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

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

 a { background-color: rgb(117,237,235); }

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

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

 span { border-color: rgb(117,237,235); }

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