#45EDC1

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

Shades of Turquoise #45EDC1

Tints of Turquoise #45EDC1

Color information

#45EDC1 (or 0x45EDC1) is unknown color: approx Turquoise. HEX triplet: 45, ED and C1. RGB value is (69,237,193). Sum of RGB (Red+Green+Blue) = 69+237+193=499 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.83% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #45EDC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EDC1 is #BA123E. Grayscale: #B5B5B5. Windows color (decimal): -12194367 or 12709189. OLE color: 12709189.

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

Color convert

RGB69237193-
CMYK0.7100.190.07
HSL164.29º82.35%60%-
HSV(B)164.29º70.89%92.94%-
XYZ42.3665.6860.9-
YUV181.75134.3447.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.83%
GREEN value IS 237 (92.97% from 255) = 47.49%
BLUE value IS 193 (75.78% from 255) = 38.68%
R=13.83%
G=47.49%
B=38.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal692371930.7100.190.07164.2982.3560
Hex45EDC1470137a4523c
Octal105355301107023724412274
Binary100010111101101110000011000111010011111101001001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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