#45EDC5

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

Shades of Turquoise #45EDC5

Tints of Turquoise #45EDC5

Color information

#45EDC5 (or 0x45EDC5) is unknown color: approx Turquoise. HEX triplet: 45, ED and C5. RGB value is (69,237,197). Sum of RGB (Red+Green+Blue) = 69+237+197=503 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.72% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #45EDC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EDC5 is #BA123A. Grayscale: #B6B6B6. Windows color (decimal): -12194363 or 12971333. OLE color: 12971333.

HSL color Cylindrical-coordinate representation of color #45EDC5: hue angle of 165.71º degrees, saturation: 0.82, 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 #45EDC5 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB69237197-
CMYK0.7100.170.07
HSL165.71º82.35%60%-
HSV(B)165.71º70.89%92.94%-
XYZ42.8265.8663.28-
YUV182.21136.3447.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.72%
GREEN value IS 237 (92.97% from 255) = 47.12%
BLUE value IS 197 (77.34% from 255) = 39.17%
R=13.72%
G=47.12%
B=39.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal692371970.7100.170.07165.7182.3560
Hex45EDC5470117a6523c
Octal105355305107021724612274
Binary100010111101101110001011000111010001111101001101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,237,197); }

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

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

 a { background-color: rgb(69,237,197); }

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

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

 span { border-color: rgb(69,237,197); }

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