#45EBE6

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

Shades of Turquoise #45EBE6

Tints of Turquoise #45EBE6

Color information

#45EBE6 (or 0x45EBE6) is unknown color: approx Turquoise. HEX triplet: 45, EB and E6. RGB value is (69,235,230). Sum of RGB (Red+Green+Blue) = 69+235+230=534 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.92% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #45EBE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45EBE6 is #BA1419. Grayscale: #B8B8B8. Windows color (decimal): -12194842 or 15133509. OLE color: 15133509.

HSL color Cylindrical-coordinate representation of color #45EBE6: hue angle of 178.19º 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 #45EBE6 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB69235230-
CMYK0.7100.020.08
HSL178.19º80.58%59.61%-
HSV(B)178.19º70.64%92.16%-
XYZ46.4566.485.23-
YUV184.8153.545.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 12.92%
GREEN value IS 235 (92.19% from 255) = 44.01%
BLUE value IS 230 (90.23% from 255) = 43.07%
R=12.92%
G=44.01%
B=43.07%

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
Decimal692352300.7100.020.08178.1980.5859.61
Hex45EBE647028b2513c
Octal105353346107021026212174
Binary1000101111010111110011010001110101000101100101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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