#45EBE7

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

Shades of Turquoise #45EBE7

Tints of Turquoise #45EBE7

Color information

#45EBE7 (or 0x45EBE7) is unknown color: approx Turquoise. HEX triplet: 45, EB and E7. RGB value is (69,235,231). Sum of RGB (Red+Green+Blue) = 69+235+231=535 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.90% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 235 - color contains mainly: green. Hex color #45EBE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45EBE7 is #BA1418. Grayscale: #B8B8B8. Windows color (decimal): -12194841 or 15199045. OLE color: 15199045.

HSL color Cylindrical-coordinate representation of color #45EBE7: hue angle of 178.55º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EBE7 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB69235231-
CMYK0.7100.020.08
HSL178.55º80.58%59.61%-
HSV(B)178.55º70.64%92.16%-
XYZ46.5966.4585.97-
YUV184.9115445.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 12.90%
GREEN value IS 235 (92.19% from 255) = 43.93%
BLUE value IS 231 (90.62% from 255) = 43.18%
R=12.90%
G=43.93%
B=43.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal692352310.7100.020.08178.5580.5859.61
Hex45EBE747028b3513c
Octal105353347107021026312174
Binary1000101111010111110011110001110101000101100111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45EBE7; }

 p { color: rgb(69,235,231); }

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

<style>
 a { background-color: #45EBE7; }

 a { background-color: rgb(69,235,231); }

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

<style>
 span { border-color: #45EBE7; }

 span { border-color: rgb(69,235,231); }

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