#75D8D7

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

Shades of Turquoise Blue #75D8D7

Tints of Turquoise Blue #75D8D7

Color information

#75D8D7 (or 0x75D8D7) is unknown color: approx Turquoise Blue. HEX triplet: 75, D8 and D7. RGB value is (117,216,215). Sum of RGB (Red+Green+Blue) = 117+216+215=548 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.35% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 216 - color contains mainly: green. Hex color #75D8D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D8D7 is #8A2728. Grayscale: #BABABA. Windows color (decimal): -9053993 or 14145653. OLE color: 14145653.

HSL color Cylindrical-coordinate representation of color #75D8D7: hue angle of 179.39º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D8D7 is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB117216215-
CMYK0.4600.000.15
HSL179.39º55.93%65.29%-
HSV(B)179.39º45.83%84.71%-
XYZ44.1657.873.12-
YUV186.28144.278.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.35%
GREEN value IS 216 (84.77% from 255) = 39.42%
BLUE value IS 215 (84.38% from 255) = 39.23%
R=21.35%
G=39.42%
B=39.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172162150.4600.000.15179.3955.9365.29
Hex75D8D72E00Fb33841
Octal16533032756001726370101
Binary11101011101100011010111101110001111101100111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,216,215); }

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

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

 a { background-color: rgb(117,216,215); }

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

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

 span { border-color: rgb(117,216,215); }

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