#75E0DB

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

Shades of Turquoise Blue #75E0DB

Tints of Turquoise Blue #75E0DB

Color information

#75E0DB (or 0x75E0DB) is unknown color: approx Turquoise Blue. HEX triplet: 75, E0 and DB. RGB value is (117,224,219). Sum of RGB (Red+Green+Blue) = 117+224+219=560 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.89% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #75E0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E0DB is #8A1F24. Grayscale: #BFBFBF. Windows color (decimal): -9051941 or 14409845. OLE color: 14409845.

HSL color Cylindrical-coordinate representation of color #75E0DB: hue angle of 177.2º 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 #75E0DB is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB117224219-
CMYK0.4800.020.12
HSL177.2º63.31%66.86%-
HSV(B)177.2º47.77%87.84%-
XYZ46.7862.2176.56-
YUV191.44143.5574.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.89%
GREEN value IS 224 (87.89% from 255) = 40%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=20.89%
G=40%
B=39.11%

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
Decimal1172242190.4800.020.12177.263.3166.86
Hex75E0DB3002Cb13f43
Octal16534033360021426177103
Binary111010111100000110110111100000101100101100011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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