#75DEE2

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

Shades of Turquoise Blue #75DEE2

Tints of Turquoise Blue #75DEE2

Color information

#75DEE2 (or 0x75DEE2) is unknown color: approx Turquoise Blue. HEX triplet: 75, DE and E2. RGB value is (117,222,226). Sum of RGB (Red+Green+Blue) = 117+222+226=565 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.71% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 226 - color contains mainly: blue. Hex color #75DEE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DEE2 is #8A211D. Grayscale: #BEBEBE. Windows color (decimal): -9052446 or 14868085. OLE color: 14868085.

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

Color convert

RGB117222226-
CMYK0.480.0200.11
HSL182.2º65.27%67.25%-
HSV(B)182.2º48.23%88.63%-
XYZ47.1861.5281.34-
YUV191.06147.7175.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.71%
GREEN value IS 222 (87.11% from 255) = 39.29%
BLUE value IS 226 (88.67% from 255) = 40%
R=20.71%
G=39.29%
B=40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172222260.480.0200.11182.265.2767.25
Hex75DEE23020Bb64143
Octal165336342602013266101103
Binary1110101110111101110001011000010010111011011010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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