#75F0E4

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

Shades of Turquoise Blue #75F0E4

Tints of Turquoise Blue #75F0E4

Color information

#75F0E4 (or 0x75F0E4) is unknown color: approx Turquoise Blue. HEX triplet: 75, F0 and E4. RGB value is (117,240,228). Sum of RGB (Red+Green+Blue) = 117+240+228=585 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #75F0E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F0E4 is #8A0F1B. Grayscale: #C9C9C9. Windows color (decimal): -9047836 or 15003765. OLE color: 15003765.

HSL color Cylindrical-coordinate representation of color #75F0E4: hue angle of 174.15º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F0E4 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB117240228-
CMYK0.5100.050.06
HSL174.15º80.39%70%-
HSV(B)174.15º51.25%94.12%-
XYZ52.571.784.47-
YUV201.86142.7567.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20%
GREEN value IS 240 (94.14% from 255) = 41.03%
BLUE value IS 228 (89.45% from 255) = 38.97%
R=20%
G=41.03%
B=38.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1172402280.5100.050.06174.1580.3970
Hex75F0E433056ae5046
Octal16536034463056256120106
Binary1110101111100001110010011001101011101010111010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,240,228); }

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

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

 a { background-color: rgb(117,240,228); }

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

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

 span { border-color: rgb(117,240,228); }

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