#75DEFD

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

Shades of Turquoise Blue #75DEFD

Tints of Turquoise Blue #75DEFD

Color information

#75DEFD (or 0x75DEFD) is unknown color: approx Turquoise Blue. HEX triplet: 75, DE and FD. RGB value is (117,222,253). Sum of RGB (Red+Green+Blue) = 117+222+253=592 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.76% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #75DEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DEFD is #8A2102. Grayscale: #C1C1C1. Windows color (decimal): -9052419 or 16637557. OLE color: 16637557.

HSL color Cylindrical-coordinate representation of color #75DEFD: hue angle of 193.68º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75DEFD is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB117222253-
CMYK0.540.1200.01
HSL193.68º97.14%72.55%-
HSV(B)193.68º53.75%99.22%-
XYZ51.1963.12102.41-
YUV194.14161.2172.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.76%
GREEN value IS 222 (87.11% from 255) = 37.5%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=19.76%
G=37.5%
B=42.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172222530.540.1200.01193.6897.1472.55
Hex75DEFD36C01c26149
Octal165336375661401302141111
Binary111010111011110111111011101101100011100001011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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