#75E4DF

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

Shades of Turquoise Blue #75E4DF

Tints of Turquoise Blue #75E4DF

Color information

#75E4DF (or 0x75E4DF) is unknown color: approx Turquoise Blue. HEX triplet: 75, E4 and DF. RGB value is (117,228,223). Sum of RGB (Red+Green+Blue) = 117+228+223=568 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.60% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 228 - color contains mainly: green. Hex color #75E4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E4DF is #8A1B20. Grayscale: #C2C2C2. Windows color (decimal): -9050913 or 14673013. OLE color: 14673013.

HSL color Cylindrical-coordinate representation of color #75E4DF: hue angle of 177.3º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E4DF is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB117228223-
CMYK0.4900.020.11
HSL177.3º67.27%67.65%-
HSV(B)177.3º48.68%89.41%-
XYZ48.464.679.73-
YUV194.24144.2372.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.60%
GREEN value IS 228 (89.45% from 255) = 40.14%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=20.60%
G=40.14%
B=39.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172282230.4900.020.11177.367.2767.65
Hex75E4DF3102Bb14344
Octal165344337610213261103104
Binary1110101111001001101111111000101010111011000110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,228,223); }

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

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

 a { background-color: rgb(117,228,223); }

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

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

 span { border-color: rgb(117,228,223); }

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