#45EDE3

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

Shades of Turquoise #45EDE3

Tints of Turquoise #45EDE3

Color information

#45EDE3 (or 0x45EDE3) is unknown color: approx Turquoise. HEX triplet: 45, ED and E3. RGB value is (69,237,227). Sum of RGB (Red+Green+Blue) = 69+237+227=533 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.95% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 227 (89.06% from 255 or 42.59% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #45EDE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EDE3 is #BA121C. Grayscale: #B9B9B9. Windows color (decimal): -12194333 or 14937413. OLE color: 14937413.

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

Color convert

RGB69237227-
CMYK0.7100.040.07
HSL176.43º82.35%60%-
HSV(B)176.43º70.89%92.94%-
XYZ46.667.3883.22-
YUV185.63151.3444.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 12.95%
GREEN value IS 237 (92.97% from 255) = 44.47%
BLUE value IS 227 (89.06% from 255) = 42.59%
R=12.95%
G=44.47%
B=42.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal692372270.7100.040.07176.4382.3560
Hex45EDE347047b0523c
Octal10535534310704726012274
Binary1000101111011011110001110001110100111101100001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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