#75EADC

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

Shades of Turquoise Blue #75EADC

Tints of Turquoise Blue #75EADC

Color information

#75EADC (or 0x75EADC) is unknown color: approx Turquoise Blue. HEX triplet: 75, EA and DC. RGB value is (117,234,220). Sum of RGB (Red+Green+Blue) = 117+234+220=571 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.49% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #75EADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EADC is #8A1523. Grayscale: #C5C5C5. Windows color (decimal): -9049380 or 14477941. OLE color: 14477941.

HSL color Cylindrical-coordinate representation of color #75EADC: hue angle of 172.82º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EADC is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB117234220-
CMYK0.500.060.08
HSL172.82º73.58%68.82%-
HSV(B)172.82º50%91.76%-
XYZ49.6867.7978.18-
YUV197.42140.7470.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.49%
GREEN value IS 234 (91.80% from 255) = 40.98%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=20.49%
G=40.98%
B=38.53%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172342200.500.060.08172.8273.5868.82
Hex75EADC32068ad4a45
Octal165352334620610255112105
Binary11101011110101011011100110010011010001010110110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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