#45EEB3

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

Shades of Turquoise #45EEB3

Tints of Turquoise #45EEB3

Color information

#45EEB3 (or 0x45EEB3) is unknown color: approx Turquoise. HEX triplet: 45, EE and B3. RGB value is (69,238,179). Sum of RGB (Red+Green+Blue) = 69+238+179=486 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.20% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #45EEB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EEB3 is #BA114C. Grayscale: #B4B4B4. Windows color (decimal): -12194125 or 11791941. OLE color: 11791941.

HSL color Cylindrical-coordinate representation of color #45EEB3: hue angle of 159.05º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EEB3 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB69238179-
CMYK0.7100.250.07
HSL159.05º83.25%60.2%-
HSV(B)159.05º71.01%93.33%-
XYZ41.1765.6753.15-
YUV180.74127.0148.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.20%
GREEN value IS 238 (93.36% from 255) = 48.97%
BLUE value IS 179 (70.31% from 255) = 36.83%
R=14.20%
G=48.97%
B=36.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal692381790.7100.250.07159.0583.2560.2
Hex45EEB34701979f533c
Octal105356263107031723712374
Binary100010111101110101100111000111011001111100111111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,238,179); }

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

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

 a { background-color: rgb(69,238,179); }

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

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

 span { border-color: rgb(69,238,179); }

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