#75DEF8

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

Shades of Turquoise Blue #75DEF8

Tints of Turquoise Blue #75DEF8

Color information

#75DEF8 (or 0x75DEF8) is unknown color: approx Turquoise Blue. HEX triplet: 75, DE and F8. RGB value is (117,222,248). Sum of RGB (Red+Green+Blue) = 117+222+248=587 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.93% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #75DEF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DEF8 is #8A2107. Grayscale: #C1C1C1. Windows color (decimal): -9052424 or 16309877. OLE color: 16309877.

HSL color Cylindrical-coordinate representation of color #75DEF8: hue angle of 191.91º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75DEF8 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB117222248-
CMYK0.530.1000.03
HSL191.91º90.34%71.57%-
HSV(B)191.91º52.82%97.25%-
XYZ50.462.898.27-
YUV193.57158.7173.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.93%
GREEN value IS 222 (87.11% from 255) = 37.82%
BLUE value IS 248 (97.27% from 255) = 42.25%
R=19.93%
G=37.82%
B=42.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1172222480.530.1000.03191.9190.3471.57
Hex75DEF835A03c05a48
Octal165336370651203300132110
Binary1110101110111101111100011010110100111100000010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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