#75EEE6

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

Shades of Turquoise Blue #75EEE6

Tints of Turquoise Blue #75EEE6

Color information

#75EEE6 (or 0x75EEE6) is unknown color: approx Turquoise Blue. HEX triplet: 75, EE and E6. RGB value is (117,238,230). Sum of RGB (Red+Green+Blue) = 117+238+230=585 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #75EEE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75EEE6 is #8A1119. Grayscale: #C8C8C8. Windows color (decimal): -9048346 or 15134325. OLE color: 15134325.

HSL color Cylindrical-coordinate representation of color #75EEE6: hue angle of 176.03º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EEE6 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB117238230-
CMYK0.5100.030.07
HSL176.03º78.06%69.61%-
HSV(B)176.03º50.84%93.33%-
XYZ52.1970.6485.75-
YUV200.91144.4168.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20%
GREEN value IS 238 (93.36% from 255) = 40.68%
BLUE value IS 230 (90.23% from 255) = 39.32%
R=20%
G=40.68%
B=39.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172382300.5100.030.07176.0378.0669.61
Hex75EEE633037b04e46
Octal16535634663037260116106
Binary111010111101110111001101100110111111011000010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,238,230); }

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

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

 a { background-color: rgb(117,238,230); }

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

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

 span { border-color: rgb(117,238,230); }

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