#75E0DC

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

Shades of Turquoise Blue #75E0DC

Tints of Turquoise Blue #75E0DC

Color information

#75E0DC (or 0x75E0DC) is unknown color: approx Turquoise Blue. HEX triplet: 75, E0 and DC. RGB value is (117,224,220). Sum of RGB (Red+Green+Blue) = 117+224+220=561 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.86% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #75E0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E0DC is #8A1F23. Grayscale: #BFBFBF. Windows color (decimal): -9051940 or 14475381. OLE color: 14475381.

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

Color convert

RGB117224220-
CMYK0.4800.020.12
HSL177.76º63.31%66.86%-
HSV(B)177.76º47.77%87.84%-
XYZ46.9162.2677.26-
YUV191.55144.0574.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.86%
GREEN value IS 224 (87.89% from 255) = 39.93%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=20.86%
G=39.93%
B=39.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172242200.4800.020.12177.7663.3166.86
Hex75E0DC3002Cb23f43
Octal16534033460021426277103
Binary111010111100000110111001100000101100101100101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,224,220); }

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

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

 a { background-color: rgb(117,224,220); }

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

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

 span { border-color: rgb(117,224,220); }

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