#75EADB

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

Shades of Turquoise Blue #75EADB

Tints of Turquoise Blue #75EADB

Color information

#75EADB (or 0x75EADB) is unknown color: approx Turquoise Blue. HEX triplet: 75, EA and DB. RGB value is (117,234,219). Sum of RGB (Red+Green+Blue) = 117+234+219=570 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.53% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #75EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EADB is #8A1524. Grayscale: #C5C5C5. Windows color (decimal): -9049381 or 14412405. OLE color: 14412405.

HSL color Cylindrical-coordinate representation of color #75EADB: hue angle of 172.31º 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 #75EADB is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB117234219-
CMYK0.500.060.08
HSL172.31º73.58%68.82%-
HSV(B)172.31º50%91.76%-
XYZ49.5567.7477.48-
YUV197.31140.2470.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.53%
GREEN value IS 234 (91.80% from 255) = 41.05%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=20.53%
G=41.05%
B=38.42%

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
Decimal1172342190.500.060.08172.3173.5868.82
Hex75EADB32068ac4a45
Octal165352333620610254112105
Binary11101011110101011011011110010011010001010110010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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