#75D6DE

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

Shades of Turquoise Blue #75D6DE

Tints of Turquoise Blue #75D6DE

Color information

#75D6DE (or 0x75D6DE) is unknown color: approx Turquoise Blue. HEX triplet: 75, D6 and DE. RGB value is (117,214,222). Sum of RGB (Red+Green+Blue) = 117+214+222=553 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.16% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #75D6DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D6DE is #8A2921. Grayscale: #B9B9B9. Windows color (decimal): -9054498 or 14603893. OLE color: 14603893.

HSL color Cylindrical-coordinate representation of color #75D6DE: hue angle of 184.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75D6DE is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117214222-
CMYK0.470.0400.13
HSL184.57º61.4%66.47%-
HSV(B)184.57º47.3%87.06%-
XYZ44.5757.1577.79-
YUV185.91148.3678.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.16%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=21.16%
G=38.70%
B=40.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172142220.470.0400.13184.5761.466.47
Hex75D6DE2F40Db93d42
Octal16532633657401527175102
Binary1110101110101101101111010111110001101101110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,214,222); }

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

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

 a { background-color: rgb(117,214,222); }

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

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

 span { border-color: rgb(117,214,222); }

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